mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15: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;
|
state: string;
|
||||||
codeVerifier: string;
|
codeVerifier: string;
|
||||||
createdAt: Date;
|
createdAt: Date;
|
||||||
}> {
|
} | null> {
|
||||||
return prisma.client.oidcState.findUnique({
|
return prisma.client.oidcState.findUnique({
|
||||||
where: {
|
where: {
|
||||||
state: state,
|
state: state,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue