From 6fc44a13cab7de2c228129470ce88fec100ad506 Mon Sep 17 00:00:00 2001 From: undefined Date: Wed, 25 Sep 2024 05:36:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'src/'=20with?= =?UTF-8?q?=20remote=20'src/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.ts b/src/types.ts index 8559970..c6d0740 100644 --- a/src/types.ts +++ b/src/types.ts @@ -19,6 +19,7 @@ import type { FirebaseOptions } from 'firebase/app' * ChallengeType. */ export enum ChallengeType { + INITIALIZE = 'INITIALIZE', SET_PIN = 'SET_PIN', CHANGE_PIN = 'CHANGE_PIN', RESTORE_PIN = 'RESTORE_PIN',