fix(auth): show progress for steam too

This commit is contained in:
Prateek Sunal 2024-05-20 22:59:44 +05:30
parent d104fc6788
commit 4032952168

View file

@ -279,7 +279,7 @@ class _CodeWidgetState extends State<CodeWidget> {
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
if (widget.code.type == Type.totp)
if (widget.code.type.isTOTPCompatible)
CodeTimerProgress(
period: widget.code.period,
),