L
Size: a a a
L
L
VS
AT
function getPreviousUrl(history, returnUrl) {
if(history && history !== '/' && history.includes('login')) {
return history;
}
if (returnUrl && returnUrl !== '/' && returnUrl.includes('login')) {
return returnUrl;
}
return '/account';
}
L
L
AT
L
b
А
AK
А
AS
D
AS
ДП
D
AS