From 5ca06c12d7706dbee452ca0f2054fd1810e85e95 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:16:40 +0530 Subject: [PATCH] Fix typo --- lib/models/code.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/models/code.dart b/lib/models/code.dart index 36a564d805..fc5f133d0a 100644 --- a/lib/models/code.dart +++ b/lib/models/code.dart @@ -46,7 +46,7 @@ class Code { account + "?algorithm=SHA1&digits=6&issuer=" + issuer + - "period=30&secret=" + + "&period=30&secret=" + secret, ); }