From c076ad8b2dcab65b0f01c6957c20e264f147486d Mon Sep 17 00:00:00 2001 From: "joel@joellee.org" Date: Wed, 15 Nov 2023 13:54:08 +0700 Subject: [PATCH] chore: add friendly name to response --- src/lib/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/types.ts b/src/lib/types.ts index 9711a751c..6561648a9 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -820,6 +820,8 @@ export type AuthMFAEnrollResponse = * to use it. Avoid loggin this value to the console. */ uri: string } + /** Friendly Name of the Factor **/ + friendly_name: string } error: null }