{{ $t('welcome.greeting') }}
+{{ $t('welcome.create_creds') }}
+
+
@@ -58,11 +57,18 @@
import { initApp } from './init'
import { apiFetch } from './fetch_utils'
import Notification from './Notification.vue'
+ import NavbarSimple from './NavbarSimple.vue'
+ import { loadAutoTheme } from './theme'
+ import { LogIn } from '@lucide/vue'
+
+ loadAutoTheme();
let app = createApp({
components: {
ResourceCard,
Notification,
+ NavbarSimple,
+ LogIn,
},
data() {
return {
@@ -109,3 +115,5 @@
initApp(app);
+
+
+
+
-
+ {{ $t('welcome.create_creds_alert') }}
+
+