Skip to content

Commit

Permalink
fix(oauth): respond tokens with Date type
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Aug 27, 2024
1 parent fb2d943 commit 698e4d9
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 198 deletions.
2 changes: 1 addition & 1 deletion cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
}
],
"oauth": {
"redirect_uri_base": "http://localhost:5000/oauth2/",
"redirect_uri_base": "http://127.0.0.1:5000/oauth2/",
"services": {
"google": {
"client_id": "",
Expand Down
Loading

0 comments on commit 698e4d9

Please sign in to comment.