mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 08:01:56 -05:00
fix: lint warning
This commit is contained in:
@@ -93,7 +93,9 @@ describe("oidc scope consent", async () => {
|
||||
const cookie = signInRes.headers.get("set-cookie");
|
||||
|
||||
// 2. Register a client
|
||||
let clientReg;
|
||||
let clientReg: Awaited<
|
||||
ReturnType<typeof auth.api.registerOAuthApplication>
|
||||
>;
|
||||
try {
|
||||
clientReg = await auth.api.registerOAuthApplication({
|
||||
body: {
|
||||
|
||||
Reference in New Issue
Block a user