chore: abstract auth from hoppscotch/commons to hoppscotch/web (#2899)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { createHoppApp } from "@hoppscotch/common"
|
||||
import { def as authDef } from "./firebase/auth"
|
||||
|
||||
createHoppApp("#app", {})
|
||||
createHoppApp("#app", {
|
||||
auth: authDef,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user