Skip to content

Commit

Permalink
Merge pull request #91 from Web3Auth/config-update
Browse files Browse the repository at this point in the history
Make redirectUrl Mandatory in Web3AuthOptions
  • Loading branch information
chaitanyapotti authored May 21, 2024
2 parents fb2e887 + 093bc1c commit 362b004
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 362b004

Please sign in to comment.