You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I would like to thank you for this very useful library
I am encountering a problem while trying to implement 2FA security on my website.
The problem is that for some actions (like deleting items), 2FA is needed when it's activated.
Sometime the delete button is in a modal and open another modal to ask for 2FA code
I don't want to nested them because I don't want to repeat code and my 2FA modal into every modals that need it.
I've see that modals has to be nested in this issue : #426
There is no possibility to use a custom stacking context to authorize this kind of thing ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
First of all, I would like to thank you for this very useful library
I am encountering a problem while trying to implement 2FA security on my website.
The problem is that for some actions (like deleting items), 2FA is needed when it's activated.
Sometime the delete button is in a modal and open another modal to ask for 2FA code
I don't want to nested them because I don't want to repeat code and my 2FA modal into every modals that need it.
I've see that modals has to be nested in this issue : #426
There is no possibility to use a custom stacking context to authorize this kind of thing ?
Have a good day ;)
Beta Was this translation helpful? Give feedback.
All reactions