diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-05 19:35:38 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-05 19:35:38 +0100 |
| commit | cca5df968e3598b07ee81c1f7f2680f5b9120ec3 (patch) | |
| tree | 4c8d236f4a49b4daab91ced8b78f5c407e7a8f39 /client/partials/login.html | |
| parent | a16df328c05b3ac005a3c05237a069786b8d5d6f (diff) | |
Add sharedProfile service
Diffstat (limited to 'client/partials/login.html')
| -rw-r--r-- | client/partials/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/partials/login.html b/client/partials/login.html index aa974ab..e0ce876 100644 --- a/client/partials/login.html +++ b/client/partials/login.html @@ -19,7 +19,7 @@ <div class="form-group"> <label label-default="" for="loginFormProjectname">Project</label> <input class="form-control" id="loginFormProjectname" - placeholder="Project Name" type="password" ng-model="identityFormData.project"> + placeholder="Project Name" type="text" ng-model="identityFormData.project"> </div> <div class="form-group"> <label label-default="" for="loginFormPassword">Password</label> |
