mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-09 00:02:06 +00:00
fix: review feedback
This commit is contained in:
@@ -74,7 +74,6 @@ WHERE "refresh_token_hash" = ?;
|
||||
SELECT * FROM "oidc_tokens"
|
||||
WHERE "sub" = ?;
|
||||
|
||||
|
||||
-- name: DeleteOidcToken :exec
|
||||
DELETE FROM "oidc_tokens"
|
||||
WHERE "access_token_hash" = ?;
|
||||
|
||||
Reference in New Issue
Block a user