Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalenguyen committed Apr 14, 2023
1 parent 564172f commit 2216bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/jwt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This example uses JavaScript. However you can implement it by using the same pri
const generateToken = () => {
// Get the token from firebase
const token = firebase.functions().httpsCallable('api-token')
const token = firebase.functions().httpsCallable('users-getCustomToken')
token().then((result) => {
if (result.data.status) {
const url = wpLink + result.data.data.token
Expand Down

0 comments on commit 2216bc6

Please sign in to comment.