mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-1161: Convert login page to directive which accepts a dynamic form. Display login directive when credentials are needed.
This commit is contained in:
@@ -23,4 +23,8 @@
|
||||
/**
|
||||
* The module for the login functionality.
|
||||
*/
|
||||
angular.module('login', ['element', 'navigation']);
|
||||
angular.module('login', [
|
||||
'element',
|
||||
'form',
|
||||
'navigation'
|
||||
]);
|
||||
|
Reference in New Issue
Block a user