mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-25 19:51:14 +00:00
Type fix in User model
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
2fc2219bb4
commit
ed9a89efb5
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export type Profile = {
|
||||||
avatarUrl: string;
|
avatarUrl: string;
|
||||||
profileUrl: string;
|
profileUrl: string;
|
||||||
provider: ProviderEnum;
|
provider: ProviderEnum;
|
||||||
photos: any[];
|
photos: { value: string }[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export type PhotoProfile = {
|
export type PhotoProfile = {
|
||||||
|
|
Loading…
Reference in a new issue