mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-14 17:21:28 +00:00
Allow users to manually setup two factor with secret key (#1071)
* Allow users to manually setup two factor with secret key * Remove empty lines in markup
This commit is contained in:
parent
528ee8dd17
commit
baaee86e67
3 changed files with 41 additions and 0 deletions
|
@ -24,6 +24,10 @@ public static class TwoFactorStrings
|
|||
|
||||
public static readonly TranslatableString QrTitle = create("qr_title");
|
||||
public static readonly TranslatableString QrDescription = create("qr_description");
|
||||
public static readonly TranslatableString QrAlternativeDescription = create("qr_alternative");
|
||||
public static readonly TranslatableString QrAlternativeCopy = create("qr_alternative_copy");
|
||||
public static readonly TranslatableString QrAlternativeCopySuccess = create("qr_alternative_copy_success");
|
||||
public static readonly TranslatableString QrAlternativeCopyFail = create("qr_alternative_copy_success");
|
||||
|
||||
private static TranslatableString create(string key) => new(TranslationAreas.TwoFactor, key);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue