refactor name

This commit is contained in:
counterweight 2025-03-14 18:28:53 +01:00
parent cb54bbe6b6
commit 8ae4fddd12
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
const checkNostrExtension = require('../utils/checkNostrExtension');
const signupService = require('../services/signupService');
const inviteService = require('../services/inviteService');
const constants = require('../../constants');
const NostrSignupButton = require('../components/NostrSignupButton');
const WarningDiv = require('../components/WarningDiv');
@ -15,7 +15,7 @@ const invitesFunction = () => {
id: 'nostr-signup-button',
onClickCallback: async () => {
const verifyResponse =
await signupService.requestAndRespondSignUpChallenge({
await inviteService.requestAndRespondSignUpChallenge({
onNostrErrorCallback: () => {
rejectedNostrWarning.display();
},