Account: Generate app password from the UI #808 #4114

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-04-08 10:44:43 +02:00
parent 698ffaa896
commit c9213da4e6
21 changed files with 543 additions and 149 deletions

View File

@@ -258,8 +258,8 @@ export default {
isDemo: this.$config.get("demo"),
isPublic: this.$config.get("public"),
code: "",
password: "",
recoveryCodeCopied: false,
password: "",
showPassword: false,
minLength: this.$config.get("passwordLength"),
maxLength: 72,