-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login page #26
base: master
Are you sure you want to change the base?
Login page #26
Conversation
…to outgoing requests
fa-icon "key" | ||
= input class='form-control' value=password placeholder='Your Password' type='password' | ||
.row.login-links | ||
.col-xs-3.col-sm-2.col-md-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd make the buttons equally large and take the whole width on a mobile screen for consistency and and fat fingers 😉 . col-xs-3 col-sm-3 col-md-2
and changing the button width to 100%.
Great! Please use locale strings instead of English words. |
okay I've done everything you mentioned... but I'm not really able to add locale strings as placeholder for the inputs... do you have an idea? |
adds possibility for users to login locally. Uses the oauth integration in the backend as described by
this PR.
It might need some more test but I'm not sure what kind of tests... I just have such a feeling ;)