Skip to content

Commit

Permalink
Add UserConfigurationScreen to the library exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Dec 13, 2023
1 parent a3aed57 commit 46c9290
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -639,4 +639,10 @@ class LoginClient {
}

const ExtensionClient = require('./extensionClient');
module.exports = { LoginClient, ExtensionClient };

const UserConfigurationScreen = {
Profile: 'Profile',
MFA: 'MFA'
};

module.exports = { LoginClient, ExtensionClient, UserConfigurationScreen };

0 comments on commit 46c9290

Please sign in to comment.