From d50d5a111da454191ba9efd71c66178063a261cf Mon Sep 17 00:00:00 2001 From: Alex Stelea Date: Fri, 27 Jan 2023 14:10:52 +0100 Subject: [PATCH] refactor: add persona label to auth response --- lib/IO/request-items/login.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/IO/request-items/login.ts b/lib/IO/request-items/login.ts index 9f1a761..1de59c2 100644 --- a/lib/IO/request-items/login.ts +++ b/lib/IO/request-items/login.ts @@ -14,9 +14,7 @@ export type Login = { method: { input: {} output: { - auth: { - identityAddress: string - } + auth: Persona } } } @@ -32,7 +30,6 @@ export type Login = { persona: Persona publicKey: string signature: string - identityComponentAddress: string } } input: { challenge: string }