File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ ARG WAOS_VUE_api_host='localhost'
1212ARG WAOS_VUE_api_port='3000'
1313ARG WAOS_VUE_api_base='api'
1414ARG WAOS_VUE_cookie='waos'
15- ARG WAOS_VUE_sign_in=true
16- ARG WAOS_VUE_sign_up=true
17- ARG WAOS_VUE_oAuth_google=false
18- ARG WAOS_VUE_oAuth_apple=false
1915
2016# Install app dependencies & build
2117COPY package*.json ./
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ module.exports = {
2929 prefix : 'waos' ,
3030 } ,
3131 oAuth : {
32- google : false , // require server side oAuth config
33- apple : false , // require server side oAuth config
32+ google : true , // require server side oAuth config
33+ apple : true , // require server side oAuth config
3434 } ,
3535 analytics : {
3636 matomo : {
You can’t perform that action at this time.
0 commit comments