mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 20:11:12 -05:00
feat: Implement Novu username and update functionality
This commit is contained in:
@@ -147,7 +147,7 @@ export default function Auth() {
|
||||
notificationService.createSubscriber({
|
||||
subscriberId: data.user.id,
|
||||
email: formData.email,
|
||||
firstName: formData.displayName || formData.username,
|
||||
firstName: formData.username, // Send username as firstName to Novu
|
||||
data: {
|
||||
username: formData.username,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user