dev_hjm
cxt 6 years ago
parent 501863df94
commit d163fd4a54

@ -190,7 +190,7 @@ class ApplicationController < ActionController::Base
def check_account
if !current_user.profile_completed?
info_url = '/account/profile'
tip_exception(402, '')
tip_exception(402, info_url)
end
end

Loading…
Cancel
Save