More tests

This commit is contained in:
Dan Milne
2025-10-26 23:56:02 +11:00
parent c80bcafdb7
commit cfab21b130
6 changed files with 576 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ module Authentication
def request_authentication
session[:return_to_after_authenticating] = request.url
redirect_to new_session_path
redirect_to signin_path
end
def after_authentication_url