Showing
1 changed file
with
1 additions
and
1 deletions
@@ -112,7 +112,7 @@ class Auth { | @@ -112,7 +112,7 @@ class Auth { | ||
112 | }), '&'); | 112 | }), '&'); |
113 | 113 | ||
114 | return { | 114 | return { |
115 | - refer: `${backurl.protocol}//${backurl.host}?${queryStr}` | 115 | + refer: `${backurl.protocol}//${backurl.host}${backurl.pathname}?${queryStr}` |
116 | }; | 116 | }; |
117 | } | 117 | } |
118 | res.clearCookie('third_type', { | 118 | res.clearCookie('third_type', { |
-
Please register or login to post a comment