feat(frontend): working email login

This commit is contained in:
sam 2024-09-10 21:24:40 +02:00
parent 498d79de4e
commit be34c4c77e
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
8 changed files with 85 additions and 13 deletions

View file

@ -1,5 +1,3 @@
import i18n from "./app/i18n.js";
export default {
locales: i18n.supportedLngs,
locales: ["en"],
};