Add query param because of some browsers not sending the referrer
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
export async function onRequestGet(_context: RequestContext) {
|
||||
return new Response(null, {
|
||||
headers: {
|
||||
location: "/api/auth/oauth",
|
||||
location: "/api/auth/oauth?type=mobile",
|
||||
},
|
||||
status: 302,
|
||||
});
|
||||
|
Reference in New Issue
Block a user