Allow "Routing" module in beta
This commit is contained in:
parent
36b8024e5b
commit
d4eed89e9f
|
@ -29,7 +29,11 @@ extension AppUserLevel: AppFeatureProviding {
|
||||||
public var features: [AppFeature] {
|
public var features: [AppFeature] {
|
||||||
switch self {
|
switch self {
|
||||||
case .beta:
|
case .beta:
|
||||||
return [.interactiveLogin, .sharing]
|
return [
|
||||||
|
.interactiveLogin,
|
||||||
|
.routing,
|
||||||
|
.sharing
|
||||||
|
]
|
||||||
|
|
||||||
case .fullV2:
|
case .fullV2:
|
||||||
return AppFeature.fullV2Features
|
return AppFeature.fullV2Features
|
||||||
|
|
Loading…
Reference in New Issue