Skip to content

Commit

Permalink
Merge pull request #4 from grycap/main
Browse files Browse the repository at this point in the history
update callback
  • Loading branch information
SergioLangaritaBenitez authored Oct 23, 2024
2 parents d11a3ea + fb11f58 commit d280b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
localStorage.setItem("useSSL",true)
}
}

localStorage.setItem("accessKey",response.data.minio_provider?.access_key)
localStorage.setItem("secretKey",response.data.minio_provider?.secret_key)
localStorage.setItem("authenticated", true);
Expand Down

0 comments on commit d280b26

Please sign in to comment.