Skip to content

Commit

Permalink
Refactor import path for app in auth.js
Browse files Browse the repository at this point in the history
  • Loading branch information
evanalif113 committed Oct 31, 2024
1 parent c6dcbb8 commit 8d5d3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/script/auth.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// auth.js
import app from './fireconfig.js'; // Impor app dari fireconfig.js
import app from './config.js'; // Impor app dari fireconfig.js
import { getAuth, signInWithEmailAndPassword } from "https://www.gstatic.com/firebasejs/10.14.1/firebase-auth.js";

// Inisialisasi Auth
Expand Down

0 comments on commit 8d5d3fb

Please sign in to comment.