/*
* Copyright (C) 2024 Jonni Liljamo <jonni@liljamo.com>
*
* This file is licensed under GPL-3.0-or-later, see NOTICE and LICENSE for
* more information.
*/
// Package consts defines application wide constants.
package consts
// KeyLoggedIn defines the "logged in" key.
const KeyLoggedIn = "logged_in"
// KeyUserName defines the "user name" key.
const KeyUserName = "user_name"