Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/authx/src/model/User.ts
Original file line number Diff line number Diff line change
@@ -192,6 +192,7 @@ export class User implements UserData {
user_id = $1
AND client_id = $2
AND replacement_record_id IS NULL
AND enabled = TRUE
ORDER BY id ASC
`,
[this.id, clientId]

0 comments on commit f102a2e

Please sign in to comment.