File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/reactive_apps/500-devise Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ class Profile::Pages::Sessions::SignIn < Matestack::Ui::Page
80
80
button text: ' Sign in'
81
81
end
82
82
end
83
- toggl show_on: ' sign_in_failure' do
84
- ' Your email or password is not valid.'
83
+ toggle show_on: ' sign_in_failure' do
84
+ plain ' Your email or password is not valid.'
85
85
end
86
86
end
87
87
@@ -129,7 +129,7 @@ Override the `new` action in order to render our sign in page and set the correc
129
129
` app/controllers/users/sessions_controller.rb `
130
130
131
131
``` ruby
132
- class Users ::SessionController < Devise ::SessionController
132
+ class Users ::SessionsController < Devise ::SessionsController
133
133
# include your component registry in order to use custom components
134
134
include Components ::Registry
135
135
You can’t perform that action at this time.
0 commit comments