mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 06:55:21 +02:00
Fix authentication on Dashboard
Signed-off-by: Josh Brown <josh@joossh.com>
This commit is contained in:
parent
d297d78d17
commit
707ea1a7b0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
class PagesController < ApplicationController
|
||||
before_action :authenticate_user!, only: [:home]
|
||||
before_action :authenticate_user!, only: [:dashboard]
|
||||
|
||||
def home
|
||||
def dashboard
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue