OAuth
This commit is contained in:
parent
885b4c4b76
commit
7afdbeff45
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue