mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-16 06:32:28 +00:00
* Initial work for TOTP 2FA * Fix bug in 2FA code script * Add translations for two factor and /disable2fa * Fix compilation error * Add TwoFactorLoginPage * Add two factor login process * Little bit of backup code work * Finish two factor * Fix unit tests * ??? goofy ahh code * Use SHA-256 instead of SHA-512 * I guess SHA-256 doesn't work either * Fix comments in Base32 helper * Move QRCoder package to website * Add name to endregion comment in css * Fix bug with redirects
15 lines
No EOL
224 B
C#
15 lines
No EOL
224 B
C#
namespace LBPUnion.ProjectLighthouse.Localization;
|
|
|
|
public enum TranslationAreas
|
|
{
|
|
BaseLayout,
|
|
LandingPage,
|
|
General,
|
|
LoggedOut,
|
|
Status,
|
|
Register,
|
|
Error,
|
|
Profile,
|
|
ModPanel,
|
|
TwoFactor,
|
|
} |