Skip to content

Commit

Permalink
open sfa
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Dec 4, 2024
1 parent 209f9dd commit fcac372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/vue-app/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ watch(formData.value, async () => {
initW3A();
});
const onDoNothing = () => {};
const onDoNothing = () => {
window.open("https://web3auth.io/docs/sdk/sfa/sfa-js", "_blank");
};
const isDisplay = (key: string) => {
switch (key) {
Expand Down

0 comments on commit fcac372

Please sign in to comment.