add register page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user