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:
11
packages/signup/index.html
Normal file
11
packages/signup/index.html
Normal 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>
|
Reference in New Issue
Block a user