Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for email sign in #1285

Merged
merged 5 commits into from
Feb 9, 2021
Merged

Fixes for email sign in #1285

merged 5 commits into from
Feb 9, 2021

Commits on Feb 9, 2021

  1. fix(adapter): Fix Prisma delete

    Must use Prsima deleteMany() instead of delete() with multiple clauses.
    iaincollins committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    1304155 View commit details
    Browse the repository at this point in the history
  2. feat: Update example project

    Update example project to make it easier to test with database adapters.
    iaincollins committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    1fea78b View commit details
    Browse the repository at this point in the history
  3. fix(ui): Fix message text in light / auto theme

    Info message text is always on the same background (blue) on both themes so should always be white.
    iaincollins committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c207b8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a32884 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    470153e View commit details
    Browse the repository at this point in the history