Skip to content

Commit

Permalink
chore: rename AuthDetailType to AuthProviderDetailType for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ElasticBottle committed Jan 24, 2024
1 parent b19ddde commit 296c312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type EmailAuthDetailsType = {
type: "email";
} & EmailUserType;

export type AuthDetailType =
export type AuthProviderDetailType =
| DiscordAuthDetailsType
| GoogleAuthDetailsType
| EmailAuthDetailsType;
Expand Down

0 comments on commit 296c312

Please sign in to comment.