if current_user&.terms_agreed?
# Already agreed to terms, so just show settings
if current_user&.terms_agreed?
# Already agreed to terms, so just show settings
- flash[:error] = t(params[:message], :scope => "users.auth_failure", :default => t("users.auth_failure.unknown_error"))
+ flash[:error] = t(params[:message], :scope => "users.auth_failure", :default => t(".unknown_error"))