We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbde4b commit 37f2cbaCopy full SHA for 37f2cba
docs/reactive_apps/500-devise/README.md
@@ -88,16 +88,18 @@ class Profile::Pages::Sessions::SignIn < Matestack::Ui::Page
88
private
89
90
def form_config
91
- for: :user,
92
- method: :post,
93
- path: user_session_path,
94
- success: {
95
- transition: {
96
- follow_response: true
+ {
+ for: :user,
+ method: :post,
+ path: user_session_path,
+ success: {
+ transition: {
97
+ follow_response: true
98
+ }
99
+ },
100
+ failure: {
101
+ emit: 'sign_in_failure'
102
}
- },
- failure: {
- emit: 'sign_in_failure'
103
104
end
105
0 commit comments