mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
goog
This commit is contained in:
parent
6bd0c38c21
commit
47d3c97b59
@ -42,7 +42,7 @@ const auth = getAuth(app);
|
||||
const provider = new GoogleAuthProvider()
|
||||
const analytics = getAnalytics(app);
|
||||
|
||||
signInWithRedirect(auth, provider);
|
||||
|
||||
|
||||
|
||||
/*function signUp() {
|
||||
|
||||
@ -15,6 +15,8 @@
|
||||
<input id="emailInput" type="text" name="Email" placeholder="Email">
|
||||
<input id="passInput" type="password" name="password" placeholder="Password">
|
||||
<button type="submit">Sign up</button>
|
||||
</form>
|
||||
<button onclick="signInWithRedirect(auth, provider);">Sign in/up with google</button>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user