(js) Improve handling of Web calendars

This commit is contained in:
Francis Lachapelle
2018-02-07 15:36:24 -05:00
parent b120669747
commit 3bf55a5edf
3 changed files with 7 additions and 2 deletions
@@ -138,6 +138,7 @@
hostname = parts[2];
vm.title = l("Please identify yourself to %{0}").formatted(hostname);
vm.url = url;
vm.authenticate = function(form) {
if (form.$valid || !form.$error.required) {
calendar.setCredentials(vm.username, vm.password).then(function(message) {