Neeraj Gupta 2 năm trước cách đây
mục cha
commit
5ca06c12d7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/models/code.dart

+ 1 - 1
lib/models/code.dart

@@ -46,7 +46,7 @@ class Code {
           account +
           "?algorithm=SHA1&digits=6&issuer=" +
           issuer +
-          "period=30&secret=" +
+          "&period=30&secret=" +
           secret,
     );
   }