diff --git a/frontend/public/json/adventurelog.json b/frontend/public/json/adventurelog.json index 95753564e..5502eb0e5 100644 --- a/frontend/public/json/adventurelog.json +++ b/frontend/public/json/adventurelog.json @@ -35,6 +35,10 @@ { "text": "AdventureLog uses an initial local IP, if you change your LXC-IP, you need to change the IP here: `/opt/adventurelog/backend/server/.env` and here: `/opt/adventurelog/frontend/.env`", "type": "warning" + }, + { + "text": "Use `cat ~/adventurelog.creds` to see login credentials.", + "type": "info" } ] }