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 )