dev_admin
cxt 6 years ago
parent 0c0a0b297a
commit f892faa3c2

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

Loading…
Cancel
Save