mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Fix ldap template URL.
This commit is contained in:
@@ -6,7 +6,7 @@ define(['./app'], function(app) {
|
||||
$locationProvider.html5Mode(true)
|
||||
$routeProvider
|
||||
.when('/auth/ldap/', {
|
||||
templateUrl: '/static/auth/ldap/views/signin.html'
|
||||
templateUrl: '/static/auth/ldap/views/partials/signin.html'
|
||||
, controller: 'SignInCtrl'
|
||||
})
|
||||
.otherwise({
|
||||
|
||||
Reference in New Issue
Block a user