Merged in feat/SW-1488-unlink-sas-account (pull request #1349)
Implement unlink SAS flow Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -2,8 +2,7 @@ import { z } from "zod"
|
||||
|
||||
export const SAS_TOKEN_STORAGE_KEY = "sas-x-scandic-token"
|
||||
|
||||
// TODO nonce??
|
||||
export const stateSchema = z.object({
|
||||
intent: z.literal("link"),
|
||||
intent: z.enum(["link", "unlink"]),
|
||||
})
|
||||
export type State = z.infer<typeof stateSchema>
|
||||
|
||||
Reference in New Issue
Block a user