mirror of
https://github.com/bitwarden/browser
synced 2026-02-01 09:13:54 +00:00
Button message tweak
This commit is contained in:
@@ -287,8 +287,8 @@ export class TunnelDemoComponent implements OnInit, OnDestroy {
|
||||
title: "Connection Request",
|
||||
content: `Remote device requesting connection:\n\nUsername: ${remoteUsername}\nClient ID: ${clientId}\n\nDo you want to approve this connection?`,
|
||||
type: "warning",
|
||||
acceptButtonText: { key: "approve" },
|
||||
cancelButtonText: { key: "deny" },
|
||||
// acceptButtonText: { key: "approve" },
|
||||
// cancelButtonText: { key: "deny" },
|
||||
});
|
||||
|
||||
respond(result);
|
||||
|
||||
Reference in New Issue
Block a user