mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-14 07:55:28 +00:00
Initial (and fugly) materialization of the login page
This commit is contained in:
committed by
Francis Lachapelle
parent
cd32bcf961
commit
aefb27fc5c
@@ -4,7 +4,7 @@
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
angular.module('SOGo.MainUI', ['SOGo.Authentication'])
|
||||
angular.module('SOGo.MainUI', ['SOGo.Authentication', 'SOGo.UI'])
|
||||
|
||||
.controller('loginController', ['$scope', 'Authentication', function($scope, Authentication) {
|
||||
$scope.warning = false;
|
||||
|
||||
Reference in New Issue
Block a user