feat-dev: add U2F iframe for desktop client authentication (#2236)

This commit is contained in:
Karol Sójko
2023-03-07 00:52:35 +01:00
committed by GitHub
parent e5ca69fc8e
commit cf5330d7cf
25 changed files with 362 additions and 73 deletions

View File

@@ -11,6 +11,7 @@ export enum LoggingDomain {
BlockEditor,
Purchasing,
Panes,
U2F,
}
const LoggingStatus: Record<LoggingDomain, boolean> = {
@@ -23,6 +24,7 @@ const LoggingStatus: Record<LoggingDomain, boolean> = {
[LoggingDomain.BlockEditor]: false,
[LoggingDomain.Purchasing]: false,
[LoggingDomain.Panes]: false,
[LoggingDomain.U2F]: false,
}
// eslint-disable-next-line @typescript-eslint/no-explicit-any