Turn off github apps flag for test
This commit is contained in:
parent
7464038ce8
commit
20d787edbc
|
@ -37,8 +37,8 @@
|
|||
(defn signup-authorize-url []
|
||||
(authorize-url "user:email"))
|
||||
|
||||
;; XXX: Disable this to get normal behavior
|
||||
(def github-app-flag true)
|
||||
;; NOTE: Capabilities picked for Github apps if true, Oauth if false
|
||||
(def github-app-flag false)
|
||||
|
||||
(defn admin-authorize-url []
|
||||
(if github-app-flag
|
||||
|
|
Loading…
Reference in New Issue