Skip to content

Commit dca89bc

Browse files
authored
Implement foundations of OAuth2 and co for members (#587)
1 parent d1e180f commit dca89bc

File tree

6 files changed

+2035
-35
lines changed

6 files changed

+2035
-35
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ pnpm-debug.log*
88
lerna-debug.log*
99
.yarn
1010

11+
# ENV files
12+
react/*.env
13+
*.env
14+
1115
react/node_modules
1216
react/dist
1317
react/dist-ssr

react/example.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
VITE_API_DOMAIN=""
2+
VITE_WEBSITE_DOMAIN=""

0 commit comments

Comments
 (0)