repos / pico

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

commit
8743356
parent
134c81d
author
Eric Bower
date
2022-08-03 03:20:04 +0000 UTC
fix: increase key create ui input length
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 = 1000
6+	im.CharLimit = 2049
7 	im.Focus()
8 
9 	return Model{