We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12089f commit d525f6aCopy full SHA for d525f6a
1 file changed
frontend/generated.html
@@ -607,6 +607,10 @@
607
document.location.hash="#register-password";
608
simplyApp.commands.autofocus();
609
},
610
+ "registerDone" : function(el) {
611
+ document.location.hash="#login";
612
+ simplyApp.commands.autofocus();
613
+ },
614
"registerVerify" : function(el) {
615
simplyApp.actions.verifyEmail()
616
.then(function() {
@@ -921,7 +925,7 @@ <h1>Registreren</h1>
921
925
<h1>Je identiteit is klaar voor gebruik!</h1>
922
926
<p>Je ontvangt ook een e-mailbericht met deze informatie. Je WebID is:</p>
923
927
<h2 data-simply-field="createdWebId"></h2>
924
- <form action="#" class="solid-form">
928
+ <form action="#" class="solid-form" data-simply-command="registerDone">
929
<button class="solid-button solid-button-primary">Verder</button>
930
</form>
931
</section>
0 commit comments