Browse Source

Merge branch 'dev_change_route' into dev_devops

tags/v1.0.0
Jasder 5 years ago
parent
commit
39424ec8da
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/forms/oauth_educoder_form.rb

+ 1
- 1
app/forms/oauth_educoder_form.rb 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]


Loading…
Cancel
Save