feat: add scope to push notifications
This commit is contained in:
1
packages/app/src/External/SnortApi.ts
vendored
1
packages/app/src/External/SnortApi.ts
vendored
@ -51,6 +51,7 @@ export interface PushNotifications {
|
||||
endpoint: string;
|
||||
p256dh: string;
|
||||
auth: string;
|
||||
scope: string;
|
||||
}
|
||||
|
||||
export default class SnortApi {
|
||||
|
Reference in New Issue
Block a user