diff options
Diffstat (limited to 'gn_auth/templates/oauth2')
-rw-r--r-- | gn_auth/templates/oauth2/authorise-user.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gn_auth/templates/oauth2/authorise-user.html b/gn_auth/templates/oauth2/authorise-user.html index d93441d..2e4e540 100644 --- a/gn_auth/templates/oauth2/authorise-user.html +++ b/gn_auth/templates/oauth2/authorise-user.html @@ -23,7 +23,8 @@ <input type="hidden" name="client_id" value="{{client.client_id}}" /> <div class="form-group"> - <label for="user:email" class="control-label col-xs-2">Email</label> + <label for="user:email" class="control-label col-xs-2" + style="text-align: left;">Email</label> <div class="col-xs-10"> <input type="email" name="user:email" @@ -34,7 +35,8 @@ </div> <div class="form-group"> - <label for="user:password" class="control-label col-xs-2">Password</label> + <label for="user:password" class="control-label col-xs-2" + style="text-align: left;">Password</label> <div class="col-xs-10"> <input type="password" name="user:password" |