|
@@ -163,8 +163,8 @@ $(function(){
|
|
timer = setTimeout(() => {
|
|
timer = setTimeout(() => {
|
|
$('#process-management .process-child').css('width', '100%')
|
|
$('#process-management .process-child').css('width', '100%')
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
- const { token } = data
|
|
|
|
- token && window.open(`http://localhost:3000/auth?token=${token}`)
|
|
|
|
|
|
+ const { redirect } = data
|
|
|
|
+ redirect && window.open(redirect)
|
|
}, 150);
|
|
}, 150);
|
|
}, 500);
|
|
}, 500);
|
|
}
|
|
}
|