feat: map preferred_username claim to user record (#2569)
This commit is contained in:
@@ -104,6 +104,7 @@ export async function buildUser(overrides: Object = {}) {
|
||||
{
|
||||
email: `user${count}@example.com`,
|
||||
name: `User ${count}`,
|
||||
username: `user${count}`,
|
||||
createdAt: new Date("2018-01-01T00:00:00.000Z"),
|
||||
lastActiveAt: new Date("2018-01-01T00:00:00.000Z"),
|
||||
authentications: [
|
||||
|
||||
Reference in New Issue
Block a user