mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix this bug, if OIDC button text was customized, the default text will be added if a user click on 'Forgot your password' and valid or ckick on 'Register'
This commit is contained in:
parent
3ce1e8220b
commit
81f5b6a428
4 changed files with 12 additions and 3 deletions
|
|
@ -180,6 +180,10 @@ Template.userFormsLayout.events({
|
|||
templateInstance.isLoading.set(false);
|
||||
});
|
||||
}
|
||||
isCheckDone= false;
|
||||
},
|
||||
'click #at-signUp'(event, templateInstance){
|
||||
isCheckDone= false;
|
||||
},
|
||||
'DOMSubtreeModified #at-oidc'(event){
|
||||
if(alreadyCheck <= 2){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue