WIP
This commit is contained in:
parent
52a81659d4
commit
91031eb80b
|
@ -213,17 +213,11 @@ class LocalizationService {
|
|||
// await DialogUtil.error(context, errorMsg).whenComplete(() async => await AuthenticationService.signOut(context));
|
||||
}
|
||||
else if (isAuthenticated && !isDevLinked) {
|
||||
final String log = '''
|
||||
|
||||
devUUID: $devUUID
|
||||
userUUID: $userUUID
|
||||
|
||||
''';
|
||||
errorMsg = FFLocalizations.of(context).getVariableText(
|
||||
ptText: 'Não foi possível vincular o dispositivo, tente novamente.',
|
||||
enText: 'Unable to link device, try again',
|
||||
);
|
||||
await DialogUtil.warning(context, errorMsg+log);
|
||||
await DialogUtil.warning(context, errorMsg);
|
||||
}
|
||||
else if (isAuthenticated && isDevLinked) await DialogUtil.error(context, errorMsg).whenComplete(() async => await selectLocal(context));
|
||||
|
||||
|
|
Loading…
Reference in New Issue