chore: Add show password

This commit is contained in:
iamsivin
2025-11-07 17:18:08 +05:30
parent 1522e14ffb
commit 1f60548020
2 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export default {
</script>
<template>
<div class="h-full min-h-screen w-full antialiased" :class="theme">
<div class="h-full min-h-screen w-full antialiased" dir="ltr" :class="theme">
<router-view />
<SnackbarContainer />
</div>