Skip to content

[Bug]: dbAuth template pages toast doesn't show #11991

@Tobbe

Description

@Tobbe

What's not working?

The login page you get when you generate auth pages during dbAuth setup include a toast that says "Welcome back!" after a successful login.

The problem is that the <Toaster> component that's supposed to host that toast is mounted on the same page, and when logging in you're redirected to another page, so <Toaster> unmounts and the toast never shows up.

When generating the pages the <Toaster> has to be placed in either a layout that wraps everything, or simply just in App.tsx.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug/needs-infoMore information is needed for reproduction

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions