update revisi 1
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
}).then(() => {
|
||||
if ("{{ Session::get('redirect_url') }}") {
|
||||
window.location.href = "{{ Session::get('redirect_url') }}";
|
||||
@php
|
||||
Session::forget('redirect_url');
|
||||
@endphp
|
||||
}
|
||||
});
|
||||
</script>
|
||||
@@ -39,9 +36,6 @@
|
||||
}).then(() => {
|
||||
if ("{{ Session::get('redirect_url') }}") {
|
||||
window.location.href = "{{ Session::get('redirect_url') }}";
|
||||
@php
|
||||
Session::forget('redirect_url');
|
||||
@endphp
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user