Turn off github apps flag for test

This commit is contained in:
Oskar Thorén 2017-11-04 08:13:04 -05:00
parent 7464038ce8
commit 20d787edbc
1 changed files with 2 additions and 2 deletions

View File

@ -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