@ -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, nil)
end