fix(auth): show progress for steam too
This commit is contained in:
parent
d104fc6788
commit
4032952168
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue