MESSENGER 5004 add oidc flag

This commit is contained in:
JanNiklas Grabowski
2023-08-31 12:13:03 +02:00
parent 7c01638c81
commit d4ab5f4bad
4 changed files with 8 additions and 4 deletions

View File

@@ -661,4 +661,6 @@ class BWIBuildSettings: NSObject {
// MARK: itunes
var itunesAppLink = ""
// MARK: OIDC
var isOIDCEnabled = true
}