1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-17 06:26:08 +02:00

add signup package required for extension auth

This commit is contained in:
Kushagra Gour
2024-05-09 16:54:40 +05:30
parent 3c8bf5e982
commit 346adb54c2
10 changed files with 8399 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<title>signInWithPopup</title>
</head>
<body>
<h1>signInWithPopup</h1>
<script type="module" src="signInWithPopup.js"></script>
</body>
</html>