Code to logout deactivated users:
if current_user&.deactivated_at
email = current_user.email
sign_out current_user
redirect_to root_path, alert: "Your account has been deactivated. Account: #{email} "
end
Code to logout deactivated users:
if current_user&.deactivated_at
email = current_user.email
sign_out current_user
redirect_to root_path, alert: "Your account has been deactivated. Account: #{email} "
end
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Rachel Duncan -
Zhang Wei -
GitHubOpenSource -
Choon-Siang Lai -
Top comments (0)