refactor: more database types (#17490)

This commit is contained in:
Jason Rasmussen 2025-04-09 10:24:38 -04:00 committed by GitHub
parent 04b03f2924
commit 8943ec23ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 123 additions and 148 deletions

View file

@ -338,7 +338,9 @@ export class AuthService extends BaseService {
return {
user: session.user,
session,
session: {
id: session.id,
},
};
}