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 (
AuthProviderNone AuthProvider = iota
AuthProviderBasicAuth
AuthProviderForward
AuthProviderAuthelia
AuthProviderOauth2
)