Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
refactor: add persona label to auth response
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Jan 27, 2023
1 parent 3365399 commit d50d5a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/IO/request-items/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ export type Login = {
method: {
input: {}
output: {
auth: {
identityAddress: string
}
auth: Persona
}
}
}
Expand All @@ -32,7 +30,6 @@ export type Login = {
persona: Persona
publicKey: string
signature: string
identityComponentAddress: string
}
}
input: { challenge: string }
Expand Down

0 comments on commit d50d5a1

Please sign in to comment.