Implement activate account page

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-17 14:30:32 +04:00
parent 47aba96b69
commit 5ab5d2cc4c
13 changed files with 278 additions and 138 deletions

View File

@@ -1,5 +1,5 @@
/**
* @generated SignedSource<<e920b2bbd380e12014a100bfb963c8f7>>
* @generated SignedSource<<b79143becc90a4776f321d0e91db49bd>>
* @lightSyntaxTransform
* @nogrep
*/
@@ -10,7 +10,7 @@
import { ConcreteRequest } from 'relay-runtime';
export type ActivateAccountInput = {
password: string;
password?: string | null | undefined;
token: string;
};
export type ActivateAccountPageMutation$variables = {