Rename base64 functions such that imports don't need renaming.

This commit is contained in:
2025-12-09 15:55:03 +00:00
parent bfc5b11cc2
commit 03368b1b84
3 changed files with 4 additions and 4 deletions
@@ -56,7 +56,7 @@
<script setup>
import { ref, computed, watch, onMounted, onUnmounted } from 'vue'
import aWebSocket from '@/utils/awaitable-websocket'
import { dec as b64dec, enc as b64enc } from '@/utils/base64url'
import { b64dec, b64enc } from '@/utils/base64url'
import { getSettings } from '@/utils/settings'
import { solvePoW } from '@/utils/pow'
import { words } from '@/utils/wordlist'