Skip to content

Commit

Permalink
make redirectUrl mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushBherwani1998 committed May 21, 2024
1 parent fb2e887 commit 093bc1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data class Web3AuthOptions(
val clientId: String,
val network: Network,
var buildEnv: BuildEnv? = BuildEnv.PRODUCTION,
@Transient var redirectUrl: Uri? = null,
@Transient var redirectUrl: Uri,
var sdkUrl: String = getSdkUrl(buildEnv),
val whiteLabel: WhiteLabelData? = null,
val loginConfig: HashMap<String, LoginConfigItem>? = null,
Expand Down

0 comments on commit 093bc1c

Please sign in to comment.