mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated OAuth2 (markdown)
parent
d12deba3d4
commit
dd69bc8cba
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ Rule Name: Encrich Wekan login
|
|||
```
|
||||
function (user, context, callback) {
|
||||
// Only use this rule for Auth0 Dashboard / Applications / Application name
|
||||
if(context.clientName !== 'Auth0-Application-Name'){
|
||||
if(context.clientName !== 'WekanApplication'){
|
||||
return callback(null, user, context);
|
||||
}
|
||||
user.user_metadata = user.user_metadata || {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue