feat: implement two-factor authentication flow during sign-in and add utility hooks for configuration management

This commit is contained in:
estifanos
2026-08-19 10:42:30 +00:00
parent 6117f9c862
commit ff89b9af5e
11 changed files with 170 additions and 38 deletions

View File

@@ -457,6 +457,7 @@ export const am: Translations = {
twoStep: {
title: "ባለሁለት ደረጃ ማረጋገጫ",
desc: "በየጊዜው ሲገቡ ከስልክዎ የአንድ ጊዜ ኮድ ያስፈልጋል።",
saved: "ባለሁለት ደረጃ ማረጋገጫ ተዘምኗል",
},
layout: {
title: "አቀማመጥ",

View File

@@ -455,6 +455,7 @@ export const en = {
twoStep: {
title: 'Two-step verification',
desc: 'Require a one-time code from your phone each time you sign in.',
saved: 'Two-step verification updated',
},
layout: {
title: 'Layout',