FIX mail bug

This commit is contained in:
Jasder 2020-08-17 17:47:47 +08:00
parent 9f85b8da8e
commit 44441ec215
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ class Oauth::EducoderController < Oauth::BaseController
def bind
begin
login = params[:login]
mail = params[:mail]
callback_url = params[:callback_url]
token = params[:token]