You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/lib/NGCP/Panel/Form/Administrator/APICert.pm

10 lines
218 B

package NGCP::Panel::Form::Administrator::APICert;
use HTML::FormHandler::Moose;
extends 'HTML::FormHandler';
has_field 'login' => (type => 'Text', required => 0, minlength => 5);
1;
# vim: set tabstop=4 expandtab: