mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 03:24:09 +00:00
User Onboarding + Bug Fixes (#1352)
* Bump min supported date to 20 years * Add basic onboarding * User onboarding * Complete onboarding flow * Cleanup, add user profile update test
This commit is contained in:
@@ -19,7 +19,7 @@ class SessionsController < ApplicationController
|
||||
|
||||
def destroy
|
||||
@session.destroy
|
||||
redirect_to root_path, notice: t(".logout_successful")
|
||||
redirect_to new_session_path, notice: t(".logout_successful")
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user