HotFix authentication manager to get data from back

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
Gregoire Parant 2021-11-16 14:46:32 +01:00
parent 6fafb727ba
commit e54732be1b
4 changed files with 23 additions and 9 deletions

View file

@ -22,6 +22,7 @@ export interface AdminBannedData {
}
export interface FetchMemberDataByUuidResponse {
email: string;
userUuid: string;
tags: string[];
visitCardUrl: string | null;