1
0
Fork 0

Fix code style

This commit is contained in:
Alex Kotov 2020-04-06 06:42:58 +05:00
parent d362ba5d80
commit fbe7251aa7
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class User < ApplicationRecord
:two_factor_authenticatable,
:two_factor_backupable,
:validatable,
omniauth_providers: %i[github],
omniauth_providers: %i[github],
otp_secret_encryption_key: OTP_SECRET_ENCRYPTION_KEY,
)