mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Add UI to LDAP login.
This commit is contained in:
11
res/auth-ldap/scripts/bootstrap.js
vendored
Normal file
11
res/auth-ldap/scripts/bootstrap.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
define([
|
||||
'require'
|
||||
, 'angular'
|
||||
, 'angular-route'
|
||||
, 'app'
|
||||
, 'routes'
|
||||
]
|
||||
, function(require, ng) {
|
||||
ng.bootstrap(document, ['app'])
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user