-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: add 2fa[WTEL-4430] #72
Conversation
steps() { | ||
return [ | ||
...mapState('auth', { | ||
enabledTfa: (state) => state.enabledTfa, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tfa?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enabledTfa (Two Factor Authorization)
Раз така назва з беку приходить, я б її не змінювала)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а чому десь 2фа, а десь Тфа тоді?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2фа у url API та змінній enable_2FA
У enabledTfa 2 погано сприймається у назві на бекенді
…for auth[WTEL-3405]
…e const in steps computed[WTEL-3405]
No description provided.