fix(ota): update redirect URL from /device/setup to /welcome in doUpdate function

This commit is contained in:
Adam Shiervani 2025-11-18 16:57:16 +01:00
parent f580631f0a
commit 999c8c79b0
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ func (s *State) doUpdate(ctx context.Context, params UpdateParams) error {
if err := s.resetConfig(); err != nil {
return s.componentUpdateError("Error resetting config", err, &scopedLogger)
}
redirectUrl = "/device/setup"
redirectUrl = "/welcome"
}
postRebootAction := &PostRebootAction{