We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6486e1b commit 3b5e475Copy full SHA for 3b5e475
features/mutual-following/script.js
@@ -1,6 +1,4 @@
1
export default async function ({ feature, console, className }) {
2
- window.feature = feature
3
-
4
let auth = await feature.auth.fetch()
5
if (!auth?.user?.username) return console.log("User not logged in.");
6
0 commit comments