1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Enable turbo refresh in layout/auth & Fix registrations controller create fail w/ status (#544)

This commit is contained in:
Yu Le 2024-03-14 22:30:46 +08:00 committed by GitHub
parent 2c257a2a4b
commit 56743eb380
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ class RegistrationsController < ApplicationController
redirect_to root_path
else
flash[:alert] = t(".failure")
render :new
render :new, status: :unprocessable_entity
end
end