Account: Refactor access token API and request forms #808 #4114

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-04-05 14:46:11 +02:00
parent 8208f80be5
commit fdc2062d33
92 changed files with 1659 additions and 1085 deletions

View File

@@ -169,7 +169,7 @@ func WebDAVAuth(conf *config.Config) gin.HandlerFunc {
// User credentials.
f := form.Login{
UserName: username,
Username: username,
Password: password,
}