Skip to content

Commit d525f6a

Browse files
committed
fix 'register done' button
1 parent e12089f commit d525f6a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

frontend/generated.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,10 @@
607607
document.location.hash="#register-password";
608608
simplyApp.commands.autofocus();
609609
},
610+
"registerDone" : function(el) {
611+
document.location.hash="#login";
612+
simplyApp.commands.autofocus();
613+
},
610614
"registerVerify" : function(el) {
611615
simplyApp.actions.verifyEmail()
612616
.then(function() {
@@ -921,7 +925,7 @@ <h1>Registreren</h1>
921925
<h1>Je identiteit is klaar voor gebruik!</h1>
922926
<p>Je ontvangt ook een e-mailbericht met deze informatie. Je WebID is:</p>
923927
<h2 data-simply-field="createdWebId"></h2>
924-
<form action="#" class="solid-form">
928+
<form action="#" class="solid-form" data-simply-command="registerDone">
925929
<button class="solid-button solid-button-primary">Verder</button>
926930
</form>
927931
</section>

0 commit comments

Comments
 (0)