Change username to email in JWT
This commit is contained in:
parent
ea43effec8
commit
3f0b074619
3 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
{{else}}
|
||||
<form {{action "authenticate" on="submit"}}>
|
||||
<h2>Log In</h2>
|
||||
{{input value=identification type="text" placeholder="Username"}}
|
||||
{{input value=identification type="text" placeholder="Email"}}
|
||||
{{input value=password type="password" placeholder="Password"}}
|
||||
{{input class="button-gray" type="submit" value="Log In"}}
|
||||
</form>
|
||||
|
|
Reference in a new issue