This commit is contained in:
Jasder 2020-08-14 21:08:59 +08:00
parent 2199258f8e
commit 86bbefd036
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class OauthEducoderForm
validates :callback_url, presence: true
validate :check_callback_url!
valitate :check_auth!
validate :check_auth!
def check_auth!
secret = OauthEducoder.config[:access_key_secret]