
* Upgrades next-auth to v4 * Fixes next-auth session types * Type fixes * Fixes login issue * Team page fixes * Type fixes * Fixes secret * Adds test for forgotten password * Skips if pw secret is undefined * Prevents error if PW secret is undefined * Adds PLAYWRIGHT_SECRET explainer * Adds pending auth TODOs * Adds missing secret * Fixed imports * Fixed imports * Type fixes * Test fixes Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
import { todo } from "../lib/testUtils";
|
|
|
|
todo("Can signup from a team invite");
|
|
|
|
todo("Can login using 2FA");
|