refactor name
This commit is contained in:
parent
cb54bbe6b6
commit
8ae4fddd12
2 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue