All 3 auth methods work & update public profile table as well
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
export type updateUser = {
|
||||
id?: string;
|
||||
updated_at?: Date;
|
||||
email?: string;
|
||||
full_name?: string;
|
||||
avatar_url?: string;
|
||||
provider?: string;
|
||||
};
|
||||
|
||||
export type NotificationMessage = {
|
||||
sound?: string;
|
||||
title: string;
|
||||
|
Reference in New Issue
Block a user