mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-971: No need to re-authenticate when loading the login screen. The login screen is intended to allow fresh auth, overriding existing auth if necessary, and ignores any existing auth anyway.
This commit is contained in:
@@ -115,8 +115,8 @@ angular.module('index').config(['$routeProvider', '$locationProvider',
|
|||||||
title : 'APP.NAME',
|
title : 'APP.NAME',
|
||||||
bodyClassName : 'login',
|
bodyClassName : 'login',
|
||||||
templateUrl : 'app/login/templates/login.html',
|
templateUrl : 'app/login/templates/login.html',
|
||||||
controller : 'loginController',
|
controller : 'loginController'
|
||||||
resolve : { updateCurrentToken: updateCurrentToken }
|
// No need to update token here - the login screen ignores all auth
|
||||||
})
|
})
|
||||||
|
|
||||||
// Client view
|
// Client view
|
||||||
|
Reference in New Issue
Block a user