refactor: apply suggestions

This commit is contained in:
James Elliott 2025-04-27 20:26:11 +10:00
parent c0578a33b6
commit b25f8aab3e
No known key found for this signature in database
GPG Key ID: 0F1C4A096E857E49

View File

@ -59,7 +59,7 @@ type AuthProvider int
const ( const (
AuthProviderNone AuthProvider = iota AuthProviderNone AuthProvider = iota
AuthProviderBasicAuth AuthProviderBasicAuth
AuthProviderForward AuthProviderAuthelia
AuthProviderOauth2 AuthProviderOauth2
) )