Add TOTP MFA (#342)

This commit is contained in:
Thomas Miceli
2024-10-24 23:23:00 +02:00
committed by GitHub
parent df226cbd99
commit 2bf434f00e
20 changed files with 629 additions and 16 deletions

View File

@ -11,6 +11,7 @@ module.exports = {
current: 'currentColor',
white: colors.white,
black: colors.black,
yellow: colors.yellow,
gray: {
50: "#EEEFF1",
100: "#DEDFE3",