Skip to content
Snippets Groups Projects
Commit 1de382f0 authored by lain's avatar lain
Browse files

Put oauth text into description.

parent a04795d7
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,13 @@
</form>
<form v-if="loginMethod == 'token'" v-on:submit.prevent='oAuthLogin' class="login-form">
<div class="form-group">
<p>{{$t('login.description')}}</p>
</div>
<div class='form-group'>
<div class='login-bottom'>
<div><router-link :to="{name: 'registration'}" v-if='registrationOpen' class='register'>{{$t('login.register')}}</router-link></div>
<button :disabled="loggingIn" type='submit' class='btn btn-default'>{{$t('login.login_token')}}</button>
<button :disabled="loggingIn" type='submit' class='btn btn-default'>{{$t('login.login')}}</button>
</div>
</div>
</form>
......
......@@ -12,7 +12,7 @@
},
"login": {
"login": "Anmelden",
"login_token": "Mit OAuth anmelden",
"description": "Mit OAuth anmelden",
"logout": "Abmelden",
"password": "Passwort",
"placeholder": "z.B. lain",
......
......@@ -21,7 +21,7 @@
},
"login": {
"login": "Log in",
"login_token": "Log in with OAuth",
"description": "Log in with OAuth",
"logout": "Log out",
"password": "Password",
"placeholder": "e.g. lain",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment