giantmonkey / gomus-components-doc

https://giantmonkey.github.io/gomus-components-doc/
1 stars 0 forks source link

Docs: UserLoginComponent #9

Closed Markus-MfN closed 5 years ago

Markus-MfN commented 5 years ago

Related page: UserLoginComponent

I use the UserLoginComponent on it's own page. I cannot redirect the user after login. I guess it should be

<go-user-login options='{"action": {"mode": "url", "login_url": "<url to redirect to>"}}'></go-user-login>

but this and all variations I tried always redirect to <shop domain>/checkout.

Markus-MfN commented 5 years ago

Miraculously, redirection works now. Anyway, please confirm, that the code above is correct.

douglasward commented 5 years ago

Yes, the above code is correct :)