Fixed typos.

This commit is contained in:
Lauri Ojansivu 2021-11-11 19:25:19 +02:00
parent 712ae37400
commit 2d749e13e0

View file

@ -180,10 +180,10 @@ Template.userFormsLayout.events({
templateInstance.isLoading.set(false); templateInstance.isLoading.set(false);
}); });
} }
isCheckDone= false; isCheckDone = false;
}, },
'click #at-signUp'(event, templateInstance){ 'click #at-signUp'(event, templateInstance){
isCheckDone= false; isCheckDone = false;
}, },
'DOMSubtreeModified #at-oidc'(event){ 'DOMSubtreeModified #at-oidc'(event){
if(alreadyCheck <= 2){ if(alreadyCheck <= 2){