From b25f8aab3efcec85ec3b2aacf6b567982309da3f Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 27 Apr 2025 20:26:11 +1000 Subject: [PATCH] refactor: apply suggestions --- src/mod/update/v315/typedef315.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/update/v315/typedef315.go b/src/mod/update/v315/typedef315.go index 4ec827b..15c281a 100644 --- a/src/mod/update/v315/typedef315.go +++ b/src/mod/update/v315/typedef315.go @@ -59,7 +59,7 @@ type AuthProvider int const ( AuthProviderNone AuthProvider = iota AuthProviderBasicAuth - AuthProviderForward + AuthProviderAuthelia AuthProviderOauth2 )