QR codes complete, account settings finished!
+ refactored templates a little; this might need more work!
This commit is contained in:
parent
1edc051ae2
commit
3450d879ac
13 changed files with 175 additions and 135 deletions
6
go.mod
6
go.mod
|
@ -8,4 +8,8 @@ require (
|
|||
)
|
||||
|
||||
require golang.org/x/crypto v0.27.0 // indirect
|
||||
require github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
||||
|
||||
require (
|
||||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue