mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Update src/queries/prisma/oidc.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
85b024a59b
commit
561f8f42dc
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export async function getOidcState(state: string): Promise<{
|
|||
state: string;
|
||||
codeVerifier: string;
|
||||
createdAt: Date;
|
||||
}> {
|
||||
} | null> {
|
||||
return prisma.client.oidcState.findUnique({
|
||||
where: {
|
||||
state: state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue