mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
add timeout to swal alerts
This commit is contained in:
@@ -181,6 +181,7 @@ export class AppComponent implements OnInit {
|
||||
const confirmed = await swal({
|
||||
content: { element: contentDiv },
|
||||
buttons: buttons,
|
||||
timer: 300000, // 5 minute timeout
|
||||
});
|
||||
|
||||
this.messagingService.send('showDialogResolve', {
|
||||
|
||||
Reference in New Issue
Block a user