3
0
Fork 0

Add a defined.net indicator on manual enroll

This commit is contained in:
Nate Brown 2022-11-22 10:27:19 -06:00
parent 84d1256656
commit 6b1bbf7352
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ class _EnrollmentScreenState extends State<EnrollmentScreen> {
Padding( Padding(
padding: EdgeInsets.only(top: 20), padding: EdgeInsets.only(top: 20),
child: PlatformTextField( child: PlatformTextField(
hintText: 'Enrollment code or link', hintText: 'defined.net enrollment code or link',
controller: enrollInput controller: enrollInput,
) )
), ),
PlatformTextButton( PlatformTextButton(