Skip to content
Snippets Groups Projects
Commit e6a042e4 authored by Leon Tappe's avatar Leon Tappe :fire:
Browse files

remove missed comment

parent e882a4d3
No related branches found
No related tags found
No related merge requests found
......@@ -125,8 +125,7 @@ class VerificationBloc extends Bloc<VerificationEvent, VerificationState> {
}
if (response.ticket != null && response.ticket!.isNotEmpty) {
_ticket = response.ticket;
//_writeEncryptedTicket(_ticket!);
await _ticketStore!.writeAsString(_ticket!, flush: true);
_writeEncryptedTicket(_ticket!);
yield VerificationState.unverified;
add(VerificationEvent.check());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment