Skip to content

Commit

Permalink
Changed address so that it works on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
nova-nowiz committed Nov 24, 2022
1 parent 8a22a56 commit fa74e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elm.js
Original file line number Diff line number Diff line change
Expand Up @@ -9027,7 +9027,7 @@ var $author$project$Page$Patients$init = function (session) {
};
var $elm$browser$Browser$Navigation$load = _Browser_load;
var $elm$core$Debug$log = _Debug_log;
var $author$project$Main$loginUrl = 'https://psy-app.eu.auth0.com/' + ('login?client=rcd2TG98zW4rEN4mq3PgxEe3hMQfPDWf' + ('&protocol=oauth2' + ('&response_type=token%20id_token' + ('&redirect_uri=http://localhost:8000' + '&scope=openid%20profile'))));
var $author$project$Main$loginUrl = 'https://psy-app.eu.auth0.com/' + ('login?client=rcd2TG98zW4rEN4mq3PgxEe3hMQfPDWf' + ('&protocol=oauth2' + ('&response_type=token%20id_token' + ('&redirect_uri=https://elm-psy-app.herokuapp.com' + '&scope=openid%20profile'))));
var $elm$core$Maybe$destruct = F3(
function (_default, func, maybe) {
if (maybe.$ === 'Just') {
Expand Down
2 changes: 1 addition & 1 deletion src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ loginUrl =
++ "login?client=rcd2TG98zW4rEN4mq3PgxEe3hMQfPDWf"
++ "&protocol=oauth2"
++ "&response_type=token%20id_token"
++ "&redirect_uri=http://localhost:8000"
++ "&redirect_uri=https://elm-psy-app.herokuapp.com"
++ "&scope=openid%20profile"


Expand Down

0 comments on commit fa74e54

Please sign in to comment.