mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
remove dynamic names from admin confirm dialogs (#1703)
This commit is contained in:
@ -305,7 +305,7 @@
|
||||
Enterprise Trial
|
||||
</button>
|
||||
<form asp-action="Delete" asp-route-id="@Model.Organization.Id"
|
||||
onsubmit="return confirm('Are you sure you want to delete this organization (@Model.Organization.Name)?')">
|
||||
onsubmit="return confirm('Are you sure you want to delete this organization?')">
|
||||
<button class="btn btn-danger" type="submit">Delete</button>
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user