Skip to content

Commit 3e22207

Browse files
committed
chore: remove migration warning
1 parent b17dff6 commit 3e22207

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/bootstrap/app_bootstrap.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ func NewBootstrapApp(config config.Config) *BootstrapApp {
4444
}
4545

4646
func (app *BootstrapApp) Setup() error {
47-
fmt.Println("Tinyauth is moving to an organization! All versions after v5.0.7 will be released under ghcr.io/tinyauthapp/tinyauth. Existing images will continue to work but new features and updates (including security ones) will only be released under the new image path.")
48-
4947
// get app url
5048
if app.config.AppURL == "" {
5149
return fmt.Errorf("app URL cannot be empty, perhaps config loading failed")

0 commit comments

Comments
 (0)