Auth: Rename "auth clear" command to "auth reset" for consistency #808

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-01-18 17:15:22 +01:00
parent 7e7ba69982
commit f767f6a1d9
2 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ var AuthCommands = cli.Command{
AuthAddCommand,
AuthShowCommand,
AuthRemoveCommand,
AuthClearCommand,
AuthResetCommand,
},
}