Skip to content

Commit

Permalink
initg
Browse files Browse the repository at this point in the history
  • Loading branch information
RawToast committed Apr 2, 2018
1 parent 3f0dd35 commit e52b4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dokusho/src/app/LoginButton.re
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ module Auth {
let authOptions = {
"domain": "dokusho.eu.auth0.com",
"clientID": "mal13rQ1KYJSpAjTBvs72ioa8xhnq8wh",
/* "redirectUri": "http://35.189.106.56:3000/callback", */
"redirectUri": "http://localhost:3000/callback",
"redirectUri": "http://35.189.106.56:3000/callback",
/* "redirectUri": "http://localhost:3000/callback", */
"responseType": "token id_token",
"scope": "openid"
};
Expand Down

0 comments on commit e52b4a7

Please sign in to comment.