chore: store authenticator devices labels in preferences instead of server (#2252)

This commit is contained in:
Karol Sójko
2023-03-09 11:05:15 +01:00
committed by GitHub
parent aeab3fed0d
commit 54f1e618de
5 changed files with 48 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
export interface ListAuthenticatorsResponseBody {
authenticators: Array<{
id: string
name: string
}>
}

View File

@@ -1,3 +1,3 @@
export interface VerifyAuthenticatorRegistrationResponseBody {
success: boolean
id: string
}