chore: store authenticator devices labels in preferences instead of server (#2252)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export interface ListAuthenticatorsResponseBody {
|
||||
authenticators: Array<{
|
||||
id: string
|
||||
name: string
|
||||
}>
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export interface VerifyAuthenticatorRegistrationResponseBody {
|
||||
success: boolean
|
||||
id: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user