Skip to content

Commit 7f92b36

Browse files
committed
fix: app token limit
1 parent e90e048 commit 7f92b36

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

command/initialize.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ func inputRawToken(gotify *api.GotifyREST) string {
178178
for {
179179
enteredToken := inputString("Application Token: ")
180180

181-
if len(enteredToken) != 15 {
182-
fmt.Println("A application token must have a length of 15 characters")
183-
hr()
184-
continue
185-
}
186181
_, err := utils.SpinLoader("Validating", func(success chan interface{}, failure chan error) {
187182
params := message.NewCreateMessageParams()
188183
params.Body = &models.MessageExternal{

0 commit comments

Comments
 (0)