add register page

This commit is contained in:
2024-07-28 15:26:09 +05:00
parent 74011d9eab
commit 9d65fa72b6
5 changed files with 16 additions and 6 deletions

View File

@@ -14,14 +14,14 @@ async function register(event) {
removeValidationClasess()
await Swal.fire({
title: '{{ __('Successfully logged in') }}',
text: '{{ __('Please wait while we redirect you to your personal account') }}',
title: '{{ __('Successfully registered') }}',
text: '{{ __('Please, now verify your phone number to continue') }}',
icon: 'success',
showDenyButton: false,
showCancelButton: false,
})
window.location.href = '{{ route('login') }}'
window.location.href = response.url;
}
</script>
@endpush