Skip to content

Commit 9f92a58

Browse files
committed
test
1 parent 6a86752 commit 9f92a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gotrue/lib/src/types/mfa.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class AuthMFAAdminDeleteFactorResponse {
151151

152152
enum FactorStatus { verified, unverified }
153153

154-
enum FactorType { totp }
154+
enum FactorType { totp, phone }
155155

156156
class Factor {
157157
/// ID of the factor.

0 commit comments

Comments
 (0)