mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:19:25 +00:00
Added redirect_to to login page when auth forces re-authentication
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
<input type='email' id='email' name='email' placeholder='Email Address' required/>
|
||||
<input type='password' id='password' name='password' placeholder='Password' required/>
|
||||
|
||||
<input type='hidden' id='redirectTo' name='redirectTo' value='{{redirect_to}}' required/>
|
||||
|
||||
<input type='submit' class='btn btn--primary btn--full' value='Log In'/>
|
||||
</form>
|
||||
<a href='/register'>Not got an account yet? Sign up</a>
|
||||
|
||||
Reference in New Issue
Block a user