Skip to content

Commit

Permalink
resolved comments
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Goel <[email protected]>
  • Loading branch information
grvgoel81 authored and Gaurav Goel committed Oct 6, 2023
1 parent 0ba11bf commit 8a5893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/web3auth/core/types/MfaSetting.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package com.web3auth.core.types

data class MfaSetting(
var enable: Boolean,
var priority: Int,
var priority: Int?,
var mandatory: Boolean?
)

0 comments on commit 8a5893f

Please sign in to comment.