refactor: apply suggestions

This commit is contained in:
James Elliott
2025-04-27 20:26:11 +10:00
parent c0578a33b6
commit b25f8aab3e

View File

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