mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 07:41:51 +00:00
chore(portal): Enable temp_accounts in prod portal (#6179)
This commit is contained in:
@@ -388,6 +388,10 @@ locals {
|
||||
{
|
||||
name = "FEATURE_REST_API_ENABLED"
|
||||
value = false
|
||||
},
|
||||
{
|
||||
name = "FEATURE_TEMP_ACCOUNTS"
|
||||
value = true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user