Skip to content

Commit

Permalink
update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
connectety committed Jun 8, 2023
1 parent 1c8f307 commit 90c524d
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 108 deletions.
2 changes: 1 addition & 1 deletion lib/screens/auth_info_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class _AuthInfo extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Expanded(
child: QrImage(
child: QrImageView(
data: _auth.totpUrl,
),
),
Expand Down
Loading

0 comments on commit 90c524d

Please sign in to comment.