mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ui: fix notification service in token controller (#16918)
Remove unneeded service injection. This service is not being used in this controller and currently only exists in `main`, causing `release/1.5.x` to break.
This commit is contained in:
@@ -23,7 +23,6 @@ export default class Tokens extends Controller {
|
||||
@service token;
|
||||
@service store;
|
||||
@service router;
|
||||
@service notifications;
|
||||
|
||||
queryParams = ['code', 'state', 'jwtAuthMethod'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user