Skip to content

Commit 361b0ba

Browse files
committed
fix registerCompleted button
1 parent d525f6a commit 361b0ba

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

frontend/generated.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,10 @@
596596
document.location.hash = "login-password";
597597
simplyApp.commands.autofocus();
598598
},
599+
"registerCompleted" : function(el) {
600+
document.location.hash="#login";
601+
simplyApp.commands.autofocus();
602+
},
599603
"registerDone" : function(el) {
600604
simplyApp.actions.register()
601605
.then(function(result) {
@@ -607,10 +611,6 @@
607611
document.location.hash="#register-password";
608612
simplyApp.commands.autofocus();
609613
},
610-
"registerDone" : function(el) {
611-
document.location.hash="#login";
612-
simplyApp.commands.autofocus();
613-
},
614614
"registerVerify" : function(el) {
615615
simplyApp.actions.verifyEmail()
616616
.then(function() {
@@ -925,7 +925,7 @@ <h1>Registreren</h1>
925925
<h1>Je identiteit is klaar voor gebruik!</h1>
926926
<p>Je ontvangt ook een e-mailbericht met deze informatie. Je WebID is:</p>
927927
<h2 data-simply-field="createdWebId"></h2>
928-
<form action="#" class="solid-form" data-simply-command="registerDone">
928+
<form action="#" class="solid-form" data-simply-command="registerCompleted">
929929
<button class="solid-button solid-button-primary">Verder</button>
930930
</form>
931931
</section>

0 commit comments

Comments
 (0)