fix: redirect to register (#437)

This commit is contained in:
Livio Amstutz
2020-07-09 18:01:58 +02:00
committed by GitHub
parent 8f1c31f37d
commit da113ffb95
2 changed files with 6 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
<div class="actions">
<button class="primary right" type="submit">{{t "Actions.Next"}}</button>
<button class="secondary right" href="{{ registerUrl .AuthReqID }}" formnovalidate>{{t "Actions.Register"}}</button>
<button class="secondary right" name="register" value="true" formnovalidate>{{t "Actions.Register"}}</button>
</div>
</form>