Update design, logo, and copy

This commit is contained in:
Jason Zimdars
2025-10-23 14:20:36 -07:00
committed by Stanko K.R.
parent a429f05503
commit 5652e5699f
12 changed files with 49 additions and 101 deletions
+2
View File
@@ -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