Update design, logo, and copy
This commit is contained in:
committed by
Stanko K.R.
parent
a429f05503
commit
5652e5699f
@@ -3,6 +3,8 @@ class SessionsController < ApplicationController
|
||||
require_unidentified_access only: %i[ new create ]
|
||||
rate_limit to: 10, within: 3.minutes, only: :create, with: -> { redirect_to new_session_path, alert: "Try again later." }
|
||||
|
||||
layout "public"
|
||||
|
||||
def new
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user