mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 17:55:13 +02:00
Use webpack instead of require.js for MOCK authentication.
Removing Japanese hardcoded strings (Needs gettext loading code).
This commit is contained in:
@@ -15,7 +15,7 @@ require.ensure([], function (require) {
|
||||
$locationProvider.html5Mode(true)
|
||||
$routeProvider
|
||||
.otherwise({
|
||||
redirectTo: '/auth/ldap'
|
||||
redirectTo: '/auth/ldap/'
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user