Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 8743ccd

Browse files
committed
disable Firefox Account
1 parent 0bc8c25 commit 8743ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const conf = convict({
157157
},
158158
fxa_required: {
159159
format: Boolean,
160-
default: true,
160+
default: false,
161161
env: 'FXA_REQUIRED'
162162
},
163163
fxa_url: {

0 commit comments

Comments
 (0)