mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-01 21:28:23 +00:00
registration verification WIP
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m40s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m40s
This commit is contained in:
@ -76,8 +76,9 @@ export async function signin(previousState: ActionState, formData: FormData) {
|
||||
redirect(`/auth/verify-otp?phone_number=${FORMATTED_MOBILE_NUMBER}`);
|
||||
}
|
||||
|
||||
type ActionState = {
|
||||
export type ActionState = {
|
||||
message: string;
|
||||
status: string;
|
||||
payload?: FormData;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user