File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
components/profile_manager Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ async function storeAndLogin() {
356
356
import { handlePostLogin } from " @/utils/profile_manager" ;
357
357
358
358
import AcceptTermsDialog from " ./AcceptTermsDialog.vue" ;
359
- import WalletPassword from " ./Wallet_password .vue" ;
359
+ import WalletPassword from " ./WalletPassword .vue" ;
360
360
361
361
export default {
362
362
name: " ConnectWallet" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import Cryptr from "cryptr";
36
36
import md5 from " md5" ;
37
37
import { onMounted , ref } from " vue" ;
38
38
39
- import WalletPassword from " @/components/profile_manager/Wallet_password .vue" ;
39
+ import WalletPassword from " @/components/profile_manager/WalletPassword .vue" ;
40
40
import { useProfileManager } from " @/stores/profile_manager" ;
41
41
import { type Credentials , isStoredCredentials } from " @/utils/credentials" ;
42
42
import { getCredentials } from " @/utils/credentials" ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -319,12 +319,12 @@ profileManagerController.set({ loadBalance: __loadBalance });
319
319
</script >
320
320
321
321
<script lang="ts">
322
+ import Wallet_login from " @/components/profile_manager/LoginWallet.vue" ;
322
323
import SkeletonLoader from " @/components/profile_manager/SkeletonLoader.vue" ;
323
- import Wallet_login from " @/components/profile_manager/wallet_login.vue" ;
324
324
import QRPlayStore from " @/components/qr_play_store.vue" ;
325
325
import { useKYC } from " @/stores/kyc" ;
326
326
327
- import ConnectWallet from " ../components/profile_manager/Connect_wallet .vue" ;
327
+ import ConnectWallet from " ../components/profile_manager/ConnectWallet .vue" ;
328
328
import type { Profile } from " ../stores/profile_manager" ;
329
329
export default {
330
330
name: " ProfileManager" ,
You can’t perform that action at this time.
0 commit comments