Commit 1f0c22ce9ce33521ac75b9165048d683898bf6f1
1 parent
5c94f9a8
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
oauth_client: fix return_to problem
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/oauth_client/views/account/_oauth_signup.html.erb
| 1 | <%= hidden_field_tag 'user[oauth_providers][][provider]', @user.oauth_providers.first[:provider] %> | 1 | <%= hidden_field_tag 'user[oauth_providers][][provider]', @user.oauth_providers.first[:provider] %> |
| 2 | <%= hidden_field_tag 'user[oauth_providers][][uid]', @user.oauth_providers.first[:uid] %> | 2 | <%= hidden_field_tag 'user[oauth_providers][][uid]', @user.oauth_providers.first[:uid] %> |
| 3 | +<%= hidden_field_tag 'return_to', '/' %> | ||
| 3 | 4 | ||
| 4 | <style> | 5 | <style> |
| 5 | #signup-password, | 6 | #signup-password, |