🔒 Enables sensetive data to be passed by env var
This commit is contained in:
@@ -45,7 +45,7 @@ export default {
|
||||
computed: {
|
||||
/* The users API key for exchangerate-api.com */
|
||||
apiKey() {
|
||||
return this.options.apiKey;
|
||||
return this.parseAsEnvVar(this.options.apiKey);
|
||||
},
|
||||
/* The currency to convert results into */
|
||||
inputCurrency() {
|
||||
|
||||
Reference in New Issue
Block a user