File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) {
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 >
You can’t perform that action at this time.
0 commit comments