Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/PassLink/Action/Connect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PassLink/Action/Connect.js b/src/PassLink/Action/Connect.js
index 681d745..ede84b3 100644
--- a/src/PassLink/Action/Connect.js
+++ b/src/PassLink/Action/Connect.js
@@ -115,7 +115,7 @@ export default class Connect extends PassLinkAction {
theme['color.background'] = theme.bgColor;
delete theme.bgColor;
}
- if(theme.hasOwnProperty('background')) {
+ if(theme.hasOwnProperty('background') && theme.background.substr(0, 8) !== 'https://') {
theme.background = this._parameters.baseUrl + theme.background;
}
if(theme.hasOwnProperty('logo')) {