OAuth
This commit is contained in:
parent
885b4c4b76
commit
7afdbeff45
|
|
@ -108,6 +108,11 @@ void passwordCallback({
|
|||
if (state.authState.hasRecentlyEnteredPassword && !alwaysRequire) {
|
||||
callback(null);
|
||||
} else {
|
||||
if (state.user.oauthProvider.isNotEmpty) {
|
||||
//
|
||||
// !state.company.ouathPasswordRequired
|
||||
}
|
||||
|
||||
showDialog<AlertDialog>(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue