mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 22:26:12 +02:00
✨ Add flag oidc-registration
for switch on/off registration with oidc
This commit is contained in:
parent
0162451205
commit
ea7ad2aaa0
2 changed files with 3 additions and 1 deletions
|
@ -592,7 +592,8 @@
|
|||
|
||||
:else
|
||||
(let [info (assoc info :is-active (provider-has-email-verified? cfg info))]
|
||||
(if (contains? cf/flags :registration)
|
||||
(if (or (contains? cf/flags :registration)
|
||||
(contains? cf/flags :oidc-registration))
|
||||
(redirect-to-register cfg info request)
|
||||
(redirect-with-error "registration-disabled")))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue