FIX: Remove cache from login when redirecting
This commit is contained in:
@ -40,9 +40,9 @@
|
||||
}).then(data => {
|
||||
if (data.login === true) {
|
||||
@if(isset($redirect_uri))
|
||||
window.location = '{{$redirect_uri}}'
|
||||
window.location = '{{$redirect_uri}}?nocache=' + (new Date()).getTime()
|
||||
@else
|
||||
window.location = '{{$urls->base}}'
|
||||
window.location = '{{$urls->base}}?nocache=' + (new Date()).getTime()
|
||||
@endif
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user