mikebronner / nova-passport-manager

Manage Passport clients and tokens from within Nova.
26 stars 18 forks source link

Correcting an issue where the access tokens list would not refresh #8

Closed judahnator closed 4 years ago

judahnator commented 4 years ago

More or less what the title says. I corrected an issue where the access token list would not refresh when creating a new one.

The cause of the bug was a typo in a variable that was preventing the new entry from being pushed to the list of access tokens.

mikebronner commented 4 years ago

Awesome, thanks!