fix(storage): typo in oidc update query (#3535)
This fixes an erroneous quotation mark in one of the OpenID Connect SQL Queries. Fixes #3534pull/3536/head
parent
033714a568
commit
af64f83506
|
@ -286,7 +286,7 @@ const (
|
|||
queryFmtDeactivateOAuth2SessionByRequestID = `
|
||||
UPDATE %s
|
||||
SET active = FALSE
|
||||
WHERE request_id = ?;"`
|
||||
WHERE request_id = ?;`
|
||||
|
||||
queryFmtSelectOAuth2BlacklistedJTI = `
|
||||
SELECT id, signature, expires_at
|
||||
|
|
Loading…
Reference in New Issue