TF-256 Hide input URL on browser
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import 'package:core/core.dart';
|
import 'package:core/core.dart';
|
||||||
|
import 'package:flutter/foundation.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:get/get.dart';
|
import 'package:get/get.dart';
|
||||||
import 'package:tmail_ui_user/features/login/domain/state/authentication_user_state.dart';
|
import 'package:tmail_ui_user/features/login/domain/state/authentication_user_state.dart';
|
||||||
@@ -36,7 +37,7 @@ class LoginView extends GetWidget<LoginController> {
|
|||||||
children: [
|
children: [
|
||||||
_buildSlogan(context),
|
_buildSlogan(context),
|
||||||
Obx(() => _buildLoginMessage(context, loginController.loginState.value)),
|
Obx(() => _buildLoginMessage(context, loginController.loginState.value)),
|
||||||
_buildUrlInput(context),
|
if (!kIsWeb) _buildUrlInput(context),
|
||||||
_buildUserNameInput(context),
|
_buildUserNameInput(context),
|
||||||
_buildPasswordInput(context),
|
_buildPasswordInput(context),
|
||||||
Obx(() => loginController.loginState.value.viewState.fold(
|
Obx(() => loginController.loginState.value.viewState.fold(
|
||||||
|
|||||||
Reference in New Issue
Block a user