mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +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)
|
||||
$routeProvider
|
||||
.when('/auth/ldap/', {
|
||||
templateUrl: '/static/auth/ldap/views/signin.html'
|
||||
templateUrl: '/static/auth/ldap/views/partials/signin.html'
|
||||
, controller: 'SignInCtrl'
|
||||
})
|
||||
.otherwise({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue