mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
revert(portal): "chore(portal): Save MAU billing for a future feature update (#4414)"
This reverts commit 6b9231a21b.
This commit is contained in:
@@ -102,7 +102,7 @@ defmodule Web.Settings.Billing do
|
||||
|
||||
<.vertical_table_row :if={not is_nil(@account.limits.monthly_active_users_count)}>
|
||||
<:label>
|
||||
<p>Users</p>
|
||||
<p>Seats</p>
|
||||
</:label>
|
||||
<:value>
|
||||
<span class={[
|
||||
@@ -112,7 +112,7 @@ defmodule Web.Settings.Billing do
|
||||
<%= @active_users_count %> used
|
||||
</span>
|
||||
/ <%= @account.limits.monthly_active_users_count %> allowed
|
||||
<p class="text-xs">Includes both admins and regular users.</p>
|
||||
<p class="text-xs">users with at least one device signed-in within last month</p>
|
||||
</:value>
|
||||
</.vertical_table_row>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user