Skip to content

Commit

Permalink
Fix whitespaces in neon configs
Browse files Browse the repository at this point in the history
Tabs should be used for indentation, spaces for rest.
  • Loading branch information
markoph committed Oct 22, 2021
1 parent f341a7e commit ae9aa7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ services:
serviceTokenAuthorization: Crm\UsersModule\Auth\ServiceTokenAuthorization

accessToken: Crm\UsersModule\Auth\Access\AccessToken

- Crm\UsersModule\Auth\Sso\SsoUserManager
googleSignIn: Crm\UsersModule\Auth\Sso\GoogleSignIn(%sso.google.client_id%, %sso.google.client_secret%)
appleSignIn: Crm\UsersModule\Auth\Sso\AppleSignIn(%sso.apple.client_id%, %sso.apple.trusted_client_ids%)

signInRedirectValidator:
class: Crm\UsersModule\Auth\SignInRedirectValidator
class: Crm\UsersModule\Auth\SignInRedirectValidator

- Crm\UsersModule\Forms\ChangePasswordFormFactory
- Crm\UsersModule\Forms\RequestPasswordFormFactory
Expand Down

0 comments on commit ae9aa7e

Please sign in to comment.