mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 11:13:17 +00:00
Display badge showing current number of unread notifications
This commit is contained in:
parent
a36a251f23
commit
6533cc4af6
2 changed files with 59 additions and 2 deletions
|
|
@ -431,6 +431,7 @@ class InvenTreeAPI {
|
|||
|
||||
// Return the received token
|
||||
_token = (data["token"] ?? "") as String;
|
||||
|
||||
print("Received token - $_token");
|
||||
|
||||
// Request user role information (async)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue