Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit d7e128e

Browse files
committed
Fixed a javascript bug
1 parent 3e9e307 commit d7e128e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/account/manage-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
vm.hasPremiumEmailNotifications = hasPremiumEmailNotifications;
294294
vm.hasPremiumFeatures = hasPremiumFeatures;
295295
vm.hasProjects = hasProjects;
296-
vm.isExternalLoginEnabled;
296+
vm.isExternalLoginEnabled = isExternalLoginEnabled;
297297
vm.password = {};
298298
vm.passwordForm = {};
299299
vm.projects = [];

0 commit comments

Comments
 (0)