1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-24 04:04:27 +00:00

fix force2factor #116

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith
2025-07-10 21:20:24 +01:00
parent e98f76a6d7
commit a8695f4b3d
7 changed files with 155 additions and 82 deletions

View File

@@ -980,6 +980,15 @@ namespace MeshCentralRouter.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Complete 2FA setup online first.
/// </summary>
internal static string TwoFactorSetupRequired {
get {
return ResourceManager.GetString("TwoFactorSetupRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to bind to local port.
/// </summary>