From c4d79eaf59a8bc50ca2e18d704b240e18d6d6e68 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 6 May 2014 13:28:49 +0200 Subject: webui: otptoken-adder dialog - remove obsolete comment - hotp tokens are also supported Reviewed-By: Nathaniel McCallum Reviewed-By: Adam Misnyovszki --- install/ui/src/freeipa/otptoken.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install/ui/src/freeipa') diff --git a/install/ui/src/freeipa/otptoken.js b/install/ui/src/freeipa/otptoken.js index cf14869ce..022030b97 100644 --- a/install/ui/src/freeipa/otptoken.js +++ b/install/ui/src/freeipa/otptoken.js @@ -284,7 +284,6 @@ otptoken.adder_dialog_preop = function(spec) { /** * OTP adder dialog * - * - otp-add requires 'type' to be set. At the moment IPA supports only 'totp' * @class * @extends IPA.entity_adder_dialog */ -- cgit