This commit is contained in:
Hillel Coren 2021-02-23 11:46:53 +02:00
parent 885b4c4b76
commit 7afdbeff45
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@ void passwordCallback({
if (state.authState.hasRecentlyEnteredPassword && !alwaysRequire) { if (state.authState.hasRecentlyEnteredPassword && !alwaysRequire) {
callback(null); callback(null);
} else { } else {
if (state.user.oauthProvider.isNotEmpty) {
//
// !state.company.ouathPasswordRequired
}
showDialog<AlertDialog>( showDialog<AlertDialog>(
context: context, context: context,
barrierDismissible: false, barrierDismissible: false,