mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Fix ldap template URL.
This commit is contained in:
parent
2d726a4f75
commit
da2863f94f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ define(['./app'], function(app) {
|
||||||
$locationProvider.html5Mode(true)
|
$locationProvider.html5Mode(true)
|
||||||
$routeProvider
|
$routeProvider
|
||||||
.when('/auth/ldap/', {
|
.when('/auth/ldap/', {
|
||||||
templateUrl: '/static/auth/ldap/views/signin.html'
|
templateUrl: '/static/auth/ldap/views/partials/signin.html'
|
||||||
, controller: 'SignInCtrl'
|
, controller: 'SignInCtrl'
|
||||||
})
|
})
|
||||||
.otherwise({
|
.otherwise({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue