-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF-3455 Add applicative token login method #3527
base: master
Are you sure you want to change the base?
TF-3455 Add applicative token login method #3527
Conversation
This PR has been deployed to https://linagora.github.io/tmail-flutter/3527. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Also update l10n
Row( | ||
children: [ | ||
Text( | ||
widget.appLocalizations.applicativeToken, | ||
style: const TextStyle(fontWeight: FontWeight.bold, fontSize: 16), | ||
), | ||
const SizedBox(width: 8), | ||
Expanded( | ||
child: TextFieldBuilder( | ||
controller: controller, | ||
focusNode: focusNode, | ||
autoFocus: true, | ||
onTextChange: widget.onChanged, | ||
maxLines: 1, | ||
decoration: TextInputDecorationBuilder().build(), | ||
), | ||
), | ||
], | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be careful if the text is too long (multiple language) the token input field will be too small.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expanded added
untitled.webm |
|
applicative_oidc_fail.webm |
Issue
Demo
untitled.webm