Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
feat: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Apr 20, 2023
1 parent 9b0681f commit c484650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AuthProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Login from './Login';
import {BusySpinner} from './BusySpinner';

const REACT_MAGIC_LINK_API_KEY = process.env.REACT_APP_MAGIC_LINK_API_KEY as string;
console.log(`Using Magic Link key: ${REACT_MAGIC_LINK_API_KEY}`);

type AuthClient = {
login: (email: string) => Promise<void>
Expand Down

0 comments on commit c484650

Please sign in to comment.