We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1d300 commit 30d2c9bCopy full SHA for 30d2c9b
package.json
@@ -4,7 +4,7 @@
4
"files": [
5
"dist"
6
],
7
- "version": "2.6.5",
+ "version": "2.6.6",
8
"type": "module",
9
"scripts": {
10
"dev": "vite",
src/main.ts
@@ -1,11 +1,3 @@
1
import { initialize } from "./App";
2
3
-(window as any).USER = {
- id: "NFZ2MmtAQLmzyaZPBMquNQ",
- name: "Alexander McCormick",
- email: "a.mccormick989@gmail.com",
- is_authenticated: true,
- is_anonymous: false
-};
-
11
initialize();
0 commit comments