Skip to content

Commit 30aa27a

Browse files
committed
format document
1 parent c13ed34 commit 30aa27a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/gotrue/lib/src/gotrue_mfa_api.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ class GoTrueMFAApi {
6161
} else if (factorType == FactorType.phone && phone != null) {
6262
body['phone'] = phone;
6363
} else {
64-
throw ArgumentError('Invalid arguments, expected an issuer for totp factor type or phone for phone factor. type');
64+
throw ArgumentError(
65+
'Invalid arguments, expected an issuer for totp factor type or phone for phone factor. type');
6566
}
6667

6768
final data = await _fetch.request(

0 commit comments

Comments
 (0)