1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

Password generator policy enforcement (#741)

* Password generator policy enforcement

* Formatting

* Changed to simple cast (double unboxing for int64/long)

* Added ui indication of active policy on password generator page and fixed issue with switch enable logic
This commit is contained in:
Matt Portune
2020-02-27 19:53:02 -05:00
committed by GitHub
parent 02cffa01e2
commit f78f303a79
9 changed files with 231 additions and 12 deletions

View File

@@ -2835,5 +2835,11 @@ namespace Bit.App.Resources {
return ResourceManager.GetString("Clone", resourceCulture);
}
}
public static string PasswordGeneratorPolicyInEffect {
get {
return ResourceManager.GetString("PasswordGeneratorPolicyInEffect", resourceCulture);
}
}
}
}