MESSENGER 5004 add oidc flag

This commit is contained in:
JanNiklas Grabowski
2023-08-31 12:13:03 +02:00
parent 56d5e3597e
commit 06f94091c2
4 changed files with 8 additions and 4 deletions
+2
View File
@@ -661,4 +661,6 @@ class BWIBuildSettings: NSObject {
// MARK: itunes
var itunesAppLink = ""
// MARK: OIDC
var isOIDCEnabled = true
}