forked from core/mobile_nebula
Add a defined.net indicator on manual enroll
This commit is contained in:
parent
84d1256656
commit
6b1bbf7352
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue