FIX: Copy upon getting logged out (#29462)

This commit is contained in:
Natalie Tay 2024-10-29 18:19:54 +08:00 committed by GitHub
parent ecdf199585
commit 7af728048c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ class LogoutInit {
this.dialog.alert({
message: I18n.t("logout"),
confirmButtonLabel: "house",
confirmButtonLabel: "home",
didConfirm: logout,
didCancel: logout,
shouldDisplayCancel: false,