Skip to content

Commit 8a5893f

Browse files
committed
resolved comments
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 0ba11bf commit 8a5893f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/web3auth/core/types/MfaSetting.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package com.web3auth.core.types
22

33
data class MfaSetting(
44
var enable: Boolean,
5-
var priority: Int,
5+
var priority: Int?,
66
var mandatory: Boolean?
77
)

0 commit comments

Comments
 (0)