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 3d2bcd0 commit e2254ecCopy full SHA for e2254ec
src/main/kotlin/com/ctrlhub/core/iam/response/WhoamiResponse.kt
@@ -31,7 +31,7 @@ class Profile {
31
var address: ProfileAddress? = null
32
var contact: ProfileContact? = null
33
var personal: ProfilePersonal? = null
34
- var settings: ProfileSettings = ProfileSettings()
+ var settings: ProfileSettings? = null
35
var work: ProfileWork? = null
36
}
37
0 commit comments