Spaces:
Running
Running
build
Browse files- front/src/components/AuthCard.tsx +1 -1
- index.html +0 -0
front/src/components/AuthCard.tsx
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
import { oauthLoginUrl, oauthHandleRedirectIfPresent } from "@huggingface/hub";
|
2 |
|
3 |
const login = async () => {
|
4 |
const url = await oauthLoginUrl();
|
|
|
1 |
+
import { oauthLoginUrl, /*oauthHandleRedirectIfPresent*/ } from "@huggingface/hub";
|
2 |
|
3 |
const login = async () => {
|
4 |
const url = await oauthLoginUrl();
|
index.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|