mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-586: Clarify auth result and include data source. Consistently refer to usernames as "username", not "user IDs".
This commit is contained in:
@@ -64,7 +64,7 @@ angular.module('settings').directive('guacSettingsPreferences', [function guacSe
|
||||
*
|
||||
* @type String
|
||||
*/
|
||||
var username = authenticationService.getCurrentUserID();
|
||||
var username = authenticationService.getCurrentUsername();
|
||||
|
||||
/**
|
||||
* All currently-set preferences, or their defaults if not yet set.
|
||||
|
Reference in New Issue
Block a user