Skip to content

Commit

Permalink
Update Tokenization.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
appsaeed authored Mar 15, 2024
1 parent 3702f03 commit cb45bdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Tokenization.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default function Tokenization() {
function updateToken() {
setLoading(true)
pushSubscribe(function (token) {
alert(token)

if (token) dispatch(notifyTokenUpdate(token));
}).finally(() => setLoading(false));
}
Expand Down

0 comments on commit cb45bdc

Please sign in to comment.