TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
932 stars 301 forks source link

Fix purging in the users table #7164

Closed ryaplots closed 21 hours ago

ryaplots commented 4 days ago

Summary

This PR fixes purging a user via the deleted tab in the users table References #7150

Changes

Testing

Steps
  1. Log into the console
  2. Go to the user management
  3. Delete a user
  4. Go to the deleted tab and purge the user
Results

The user is purged.

Checklist