chore(core): track otp usage (#10248)

close AF-2235
This commit is contained in:
forehalo
2025-02-18 10:10:27 +00:00
parent cb15d48b82
commit cd00f06b77
3 changed files with 6 additions and 5 deletions

View File

@@ -439,7 +439,7 @@ type SplitViewActionControlType = 'menu' | 'indicator';
type SplitViewActionType = 'open' | 'close' | 'move' | 'closeOthers';
type AuthArgs = {
method: 'password' | 'magic-link' | 'oauth';
method: 'password' | 'magic-link' | 'oauth' | 'otp';
provider?: string;
};