Skip to content

Commit

Permalink
dev: store auth settings
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Mar 7, 2024
1 parent 9769241 commit db72154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/auth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<body>
<script>
const authSettings = {domain: "AUTH0_DOMAIN", clientId: "AUTH0_CLIENTID"};
localStorage.setItem("auth:settings", JSON.stringify(authSettings));
function finish() {
const redirect = localStorage.getItem("auth:redirect");
if (redirect) {
Expand Down

0 comments on commit db72154

Please sign in to comment.