enhance: update login url

support username+email when signin&signup
pull/5244/head
rcmerci 2022-05-06 19:01:48 +08:00 committed by Andelf
parent a6a0596a7d
commit f18277801c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
;; dev env
(goog-define FILE-SYNC-PROD? false)
(goog-define LOGIN-URL
"https://logseq-test.auth.us-east-2.amazoncognito.com/login?client_id=4fi79en9aurclkb92e25hmu9ts&response_type=code&scope=email+openid+phone&redirect_uri=logseq%3A%2F%2Fauth-callback")
"https://logseq-test2.auth.us-east-2.amazoncognito.com/login?client_id=3ji1a0059hspovjq5fhed3uil8&response_type=code&scope=email+openid+phone&redirect_uri=logseq%3A%2F%2Fauth-callback")
(goog-define API-DOMAIN "api.logseq.com")
(goog-define WS-URL "wss://og96xf1si7.execute-api.us-east-2.amazonaws.com/production?graphuuid=%s")