Expose all mock profiles
cgen-41f1a1260873414d9fb0e499123b11b2
This commit is contained in:
parent
62971899ee
commit
523199508a
1 changed files with 4 additions and 0 deletions
|
|
@ -238,6 +238,10 @@ class MockAuthService {
|
|||
return this.profiles.get(userId) || null;
|
||||
}
|
||||
|
||||
getAllProfiles(): MockProfile[] {
|
||||
return Array.from(this.profiles.values());
|
||||
}
|
||||
|
||||
async updateProfile(
|
||||
userId: string,
|
||||
updates: Partial<MockProfile>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue