jonashoechst / Syncthing-BrewBar

Enabling comfortable control of the brew syncthing service.
9 stars 0 forks source link

no CSS in browser #5

Closed uglygus closed 7 years ago

uglygus commented 7 years ago

If there is no user in the config file the app still passes a user field to the browser. This causes Chrome at least to print the page as if there us no CSS file.

browser called with: http://user@127.0.0.1:8384

should be: http://127.0.0.1:8384

uglygus commented 7 years ago

Please ignore, my mistake. There is a user called 'user'. Left over from earlier testing. Chrome still has a problem with the CSS but it is most likely Chrome's fault.