We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba11bf commit 8a5893fCopy full SHA for 8a5893f
core/src/main/java/com/web3auth/core/types/MfaSetting.kt
@@ -2,6 +2,6 @@ package com.web3auth.core.types
2
3
data class MfaSetting(
4
var enable: Boolean,
5
- var priority: Int,
+ var priority: Int?,
6
var mandatory: Boolean?
7
)
0 commit comments