From 99114ec859ddb73e99b926f439644507ab763e6f Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Mon, 16 Jan 2023 12:46:29 +0100 Subject: [PATCH] Add a fancy welcome log to frontend app Because, well, there is too little left on the to-do list ;)! --- aleksis/core/assets/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aleksis/core/assets/index.js b/aleksis/core/assets/index.js index ac9c36e45..1c9c7a832 100644 --- a/aleksis/core/assets/index.js +++ b/aleksis/core/assets/index.js @@ -12,6 +12,9 @@ import VueApollo from "@/vue-apollo"; import AleksisVue from "./plugins/aleksis.js"; +console.info("🎒 Welcome to AlekSIS®, the Free School Information System!"); +console.info("AlekSIS® is Free Software, licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany)"); + // Install the AleksisVue plugin first and let it do early setup Vue.use(AleksisVue); Vue.$configureSentry(); -- GitLab