Skip to content

Commit

Permalink
Add auth provider to settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jun 21, 2024
1 parent 0193a28 commit b6c9de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"content": "Click here to open or close the navigation menu"
}
],
"auth-provider": null,
"authUrl": "",
"auth-provider": "jwt",
"authUrl": "/auth",
"ui-strings": "res/default.json",
"autoLogin": true,
"ga-tracking-id": "UA-XXXX-Y",
Expand Down

0 comments on commit b6c9de3

Please sign in to comment.