capitalization (#404)

This commit is contained in:
Michael Quigley
2023-09-25 14:06:14 -04:00
parent ceee205239
commit ed96a465a0
4 changed files with 10 additions and 10 deletions

View File

@ -21,7 +21,7 @@ func (a *privateResourceAllocator) allocate(envZId, shrToken string, params shar
options := &zrokEdgeSdk.FrontendOptions{
AuthScheme: params.Body.AuthScheme,
AuthUsers: authUsers,
OAuth: &sdk.OAuthConfig{
Oauth: &sdk.OauthConfig{
Provider: params.Body.OauthProvider,
EmailDomains: params.Body.OauthEmailDomains,
AuthorizationCheckInterval: params.Body.OauthAuthorizationCheckInterval,