mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 06:00:53 +03:00
disable capabilities.account when no FXA_CLIENT_ID is set
This commit is contained in:
@@ -132,7 +132,7 @@ const conf = convict({
|
||||
},
|
||||
fxa_client_id: {
|
||||
format: String,
|
||||
default: 'b50ec33d3c9beb6d', // localhost
|
||||
default: '', // disabled
|
||||
env: 'FXA_CLIENT_ID'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user