fix: Toast messages were showing numbers. Removed unused function. Clarified tests.
This commit is contained in:
@@ -548,6 +548,7 @@ export default class ContactQRScanShow extends Vue {
|
||||
});
|
||||
this.notify.toast(
|
||||
NOTIFY_QR_REGISTRATION_SUBMITTED.message,
|
||||
undefined,
|
||||
QR_TIMEOUT_SHORT,
|
||||
);
|
||||
|
||||
@@ -624,7 +625,7 @@ export default class ContactQRScanShow extends Vue {
|
||||
useClipboard()
|
||||
.copy(jwtUrl)
|
||||
.then(() => {
|
||||
this.notify.toast(NOTIFY_QR_URL_COPIED.message, QR_TIMEOUT_MEDIUM);
|
||||
this.notify.toast(NOTIFY_QR_URL_COPIED.message, undefined, QR_TIMEOUT_MEDIUM);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user