This commit is contained in:
2024-03-11 01:52:37 +05:00
parent 4e03f0a8cc
commit 96605ab7b2
4 changed files with 20 additions and 21 deletions

View File

@@ -15,7 +15,8 @@ async function login(event) {
await Swal.fire({
title: '{{ __('Successfully logged in') }}',
text: '{{ __('Please wait while we redirect you to your personal account') }}',
text: '{{ __('Press continue') }}',
confirmButtonText: '{{ __('Continue') }}',
icon: 'success',
showDenyButton: false,
showCancelButton: false,