Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Moor 98f975cf07 Switch Linear to actor=app method 2025-04-27 10:57:27 -04:00
+1 -1
View File
@@ -46,7 +46,7 @@ export class LinearUtils {
scope: this.oauthScopes,
response_type: "code",
prompt: "consent",
actor: "application",
actor: "app",
};
return `${this.authBaseUrl}?${queryString.stringify(params)}`;
}