Skip to content

Fix login not redirecting after successful login#4865

Merged
bruntib merged 2 commits into
Ericsson:masterfrom
gulyasgergely902:fix-login-not-redirecting
Jun 1, 2026
Merged

Fix login not redirecting after successful login#4865
bruntib merged 2 commits into
Ericsson:masterfrom
gulyasgergely902:fix-login-not-redirecting

Conversation

@gulyasgergely902
Copy link
Copy Markdown
Collaborator

Login does not redirect the user if logged in successfully which is
caused by a missing state argument from the store getters function.
By missing this argument out, vuex does not recognize this as a
valid getter function and not invokes it as it should.

This change fixes this minor mistake and makes login working.

Login does not redirect the user if logged in successfully which is
caused by a missing state argument from the store getters function.
By missing this argument out, vuex does not recognize this as a
valid getter function and not invokes it as it should.

This change fixes this minor mistake and makes login working.
Remove the unnecessary token getter from auth.js
@gulyasgergely902 gulyasgergely902 force-pushed the fix-login-not-redirecting branch from bd4e529 to 6a14895 Compare May 29, 2026 09:33
@bruntib bruntib merged commit 2f7ae2f into Ericsson:master Jun 1, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants