Skip to content

Commit

Permalink
Capitalize logout text button
Browse files Browse the repository at this point in the history
  • Loading branch information
btmanztiq committed Jan 17, 2022
1 parent f597166 commit 3e3ad84
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/vue-app/src/chains/binance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Loader :isLoading="loading"></Loader>
<section>
<button class="rpcBtn" v-if="!connected" @click="connect" style="cursor: pointer">{{ loginButtonStatus }} Connect</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">logout</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">Logout</button>
<EthRpc v-if="connected && provider" :provider="provider" :console="console"></EthRpc>
<button class="rpcBtn" v-if="connected" @click="getUserInfo" style="cursor: pointer">Get User Info</button>
<!-- <button @click="showError" style="cursor: pointer">Show Error</button> -->
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-app/src/chains/ethereum.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}"
>
<button class="rpcBtn" v-if="!connected" @click="connect" style="cursor: pointer">{{ loginButtonStatus }} Connect</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">logout</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">Logout</button>
<EthRpc v-if="connected && provider" :provider="provider" :console="console"></EthRpc>
<button class="rpcBtn" v-if="connected" @click="getUserInfo" style="cursor: pointer">Get User Info</button>
<!-- <button @click="showError" style="cursor: pointer">Show Error</button> -->
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-app/src/chains/matic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}"
>
<button class="rpcBtn" v-if="!connected" @click="connect" style="cursor: pointer">{{ loginButtonStatus }} Connect</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">logout</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">Logout</button>
<PolygonRpc v-if="connected && provider" :provider="provider" :console="console"></PolygonRpc>
<button class="rpcBtn" v-if="connected" @click="getUserInfo" style="cursor: pointer">Get User Info</button>
<!-- <button @click="showError" style="cursor: pointer">Show Error</button> -->
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-app/src/chains/solana.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}"
>
<button class="rpcBtn" v-if="!connected" @click="connect" style="cursor: pointer">{{ loginButtonStatus }} Connect</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">logout</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">Logout</button>
<SolanaRpc v-if="connected && provider" :provider="provider" :console="console"></SolanaRpc>
<button class="rpcBtn" v-if="connected" @click="getUserInfo" style="cursor: pointer">Get User Info</button>
<!-- <button @click="showError" style="cursor: pointer">Show Error</button> -->
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-app/src/customUi/customAuth.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div id="app">
<h3>Web3Auth X CustomAuth</h3>
<h3>Web3Auth and CustomAuth</h3>
<Loader :isLoading="loading"></Loader>
<section
:style="{
Expand All @@ -18,7 +18,7 @@
<button class="rpcBtn" v-if="!connected" name="twitter" @click="connect" style="cursor: pointer">
{{ loginButtonStatus }} Login With twitter
</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">logout</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">Logout</button>
<EthRpc v-if="connected && provider" :provider="provider" :console="console"></EthRpc>
<button class="rpcBtn" v-if="connected" @click="getUserInfo" style="cursor: pointer">Get User Info</button>
<!-- <button @click="showError" style="cursor: pointer">Show Error</button> -->
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-app/src/customUi/openlogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<button class="rpcBtn" v-if="!connected" name="facebook" @click="connect" style="cursor: pointer">
{{ loginButtonStatus }} Login With facebook
</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">logout</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">Logout</button>
<EthRpc v-if="connected && provider" :provider="provider" :console="console"></EthRpc>
<button class="rpcBtn" v-if="connected" @click="getUserInfo" style="cursor: pointer">Get User Info</button>
<!-- <button @click="showError" style="cursor: pointer">Show Error</button> -->
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-app/src/default/defaultModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}"
>
<button v-if="!connected" @click="connect" style="cursor: pointer">{{ loginButtonStatus }} Connect</button>
<button v-if="connected" @click="logout" style="cursor: pointer">logout</button>
<button v-if="connected" @click="logout" style="cursor: pointer">Logout</button>
<SolRpc
v-if="connected && provider && web3auth.options.chainConfig.chainNamespace === 'solana'"
:provider="provider"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-app/src/whitelabel/whitelabel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}"
>
<button class="rpcBtn" v-if="!connected" @click="connect" style="cursor: pointer">{{ loginButtonStatus }} Connect</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">logout</button>
<button class="rpcBtn" v-if="connected" @click="logout" style="cursor: pointer">Logout</button>
<EthRpc
v-if="connected && provider && web3auth.options.chainConfig.chainNamespace === 'eip155'"
:provider="provider"
Expand Down

0 comments on commit 3e3ad84

Please sign in to comment.