You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/apps/app/api-interceptor.controller.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ export class UmbApiInterceptorController extends UmbControllerBase {
18
18
}
19
19
20
20
/**
21
-
* Interceptor which takes in the umb-notifications and displays the notifications, if any.
21
+
* Interceptor which checks responses for the umb-notifications header and displays them as a notification if any. Removes the umb-notifications from the headers.
0 commit comments