mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Centralize auth (#598)
This commit is contained in:
parent
b3c48d13e7
commit
0a0289846e
10 changed files with 13 additions and 14 deletions
|
@ -1,4 +1,6 @@
|
|||
class PasswordResetsController < ApplicationController
|
||||
skip_authentication
|
||||
|
||||
layout "auth"
|
||||
|
||||
before_action :set_user_by_token, only: :update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue