repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
134c81d
parent
221a7b7
author
Eric Bower
date
2022-08-03 00:34:56 +0000 UTC
fix: increase public key input to 1000 chars
1 files changed,  +1, -1
M wish/cms/ui/createkey/create.go
+1, -1
1@@ -92,7 +92,7 @@ func NewModel(cfg *config.ConfigCms, dbpool db.DB, user *db.User) Model {
2 	im.CursorStyle = st.Cursor
3 	im.Placeholder = "ssh-ed25519 AAAA..."
4 	im.Prompt = st.FocusedPrompt.String()
5-	im.CharLimit = 500
6+	im.CharLimit = 1000
7 	im.Focus()
8 
9 	return Model{