Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Dec 26, 2023
1 parent 8cdd171 commit 2bea45c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/toolpad-app/src/runtime/useAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const AUTH_SIGNIN_PATH = `${AUTH_API_PATH}/signin`;
export const AUTH_SIGNOUT_PATH = `${AUTH_API_PATH}/signout`;

export type AuthProvider = 'github' | 'google';

export interface AuthSession {
user: {
name: string;
Expand Down

0 comments on commit 2bea45c

Please sign in to comment.