mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 17:21:39 +02:00
✨ Login with Gitlab
This commit is contained in:
parent
dcd7e0b3cc
commit
cc1353300e
9 changed files with 207 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
(def default-language "en")
|
||||
(def demo-warning (obj/get global "appDemoWarning" false))
|
||||
(def google-client-id (obj/get global "appGoogleClientID" nil))
|
||||
(def gitlab-client-id (obj/get global "appGitlabClientID" nil))
|
||||
(def login-with-ldap (obj/get global "appLoginWithLDAP" false))
|
||||
(def worker-uri (obj/get global "appWorkerURI" "/js/worker.js"))
|
||||
(def public-uri (or (obj/get global "appPublicURI")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue