Allow "Routing" module in beta

This commit is contained in:
Davide 2024-12-06 15:30:45 +01:00
parent 36b8024e5b
commit d4eed89e9f
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,11 @@ extension AppUserLevel: AppFeatureProviding {
public var features: [AppFeature] {
switch self {
case .beta:
return [.interactiveLogin, .sharing]
return [
.interactiveLogin,
.routing,
.sharing
]
case .fullV2:
return AppFeature.fullV2Features