Skip to content

Commit

Permalink
clientid is mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 31, 2023
1 parent ebe3650 commit 14c7c34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data class LoginConfigItem(
private var typeOfLogin: TypeOfLogin,
private var name: String? = null,
private var description: String? = null,
private var clientId: String? = null,
private var clientId: String,
private var verifierSubIdentifier: String? = null,
private var logoHover: String? = null,
private var logoLight: String? = null,
Expand Down

0 comments on commit 14c7c34

Please sign in to comment.