Skip to content

Conversation

Roene-JustBetter
Copy link
Member

This wasn't working with turbo:load when do a <graphql-mutation with an redirect and a notification message.
Example:

<graphql-mutation
    v-cloak
    query="mutation reset($email: String!, $token: String!, $password: String!) { resetPassword ( email: $email, resetPasswordToken: $token, newPassword: $password ) }"
    :variables="{ token: '{{ request()->token }}' }"
    :clear="true"
    :notify="{ message: '@lang('Your password has been changed, please login.')' }"
    redirect="{{ route('account.login') }}"
>

So instead of turbo:load it should be vue:loaded

@royduin royduin merged commit 45080ca into master Sep 26, 2025
21 checks passed
@royduin royduin deleted the Roene-JustBetter-patch-2 branch September 26, 2025 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants