mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 23:47:42 +00:00
GUACAMOLE-292: Add support for email fields.
This commit is contained in:
@@ -75,6 +75,14 @@ angular.module('rest').factory('Field', [function defineField() {
|
||||
*/
|
||||
TEXT : 'TEXT',
|
||||
|
||||
/**
|
||||
* The type string associated with parameters that may contain an email
|
||||
* address.
|
||||
*
|
||||
* @type String
|
||||
*/
|
||||
EMAIL : 'EMAIL',
|
||||
|
||||
/**
|
||||
* The type string associated with parameters that may contain an
|
||||
* arbitrary string, where that string represents the username of the
|
||||
|
Reference in New Issue
Block a user