master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 8fcb80a7d5 - Show all commits

View File

@ -58,7 +58,9 @@ module Authenticator
redirect_to url
else
redirect_to resend_path
session[:user_id] = nil
user.create_activation_token
redirect_to account_activation_path(digest: user.activation_digest)
end
end