Skip to content

Commit

Permalink
fix: add notify button
Browse files Browse the repository at this point in the history
  • Loading branch information
jeferson-sb committed Nov 26, 2023
1 parent 2422146 commit d475123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/oneSignal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export const initializeOneSignal = async (
appId: env.ONESIGNAL_APP_ID,
safari_web_id: env.ONESIGNAL_SAFARI_ID,
allowLocalhostAsSecureOrigin: true,
notifyButton: {
enable: true,
},
});

await OneSignal.login(userId);
Expand Down

1 comment on commit d475123

@vercel
Copy link

@vercel vercel bot commented on d475123 Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

whatconf – ./

whatconf-jeferson-sb.vercel.app
whatconf-git-main-jeferson-sb.vercel.app
whatconf.vercel.app

Please sign in to comment.