Skip to content

Commit

Permalink
feat: store email authentication key in constants after successful AP… (
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshpokar authored Nov 22, 2024
1 parent 0bfc2ce commit ef50c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -1576,6 +1576,7 @@ class Menu {
if (data && data.message && data.client_token) {
alert(data.message);
constants.clientToken = data.client_token;
constants.emailAuthKey = email;

this.DisableLLMAPIKeys();

Expand Down

0 comments on commit ef50c0a

Please sign in to comment.