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, ); }