ctucx.git: nixfiles

ctucx' nixfiles

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
From 27c2c0ab2a37b3e36ca47a29ee8f4cdb807dd8e1 Mon Sep 17 00:00:00 2001
From: "Katja (ctucx)" <git@ctu.cx>
Date: Sat, 4 Jan 2025 01:01:49 +0100
Subject: [PATCH 1/2] set a default instance

---
 public/login.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/login.html b/public/login.html
index 5f07ba8b8..d3b7b25bd 100644
--- a/public/login.html
+++ b/public/login.html
@@ -6,7 +6,7 @@
     <script src="/auth.js"></script>
 </head>
 <body>
-<input type="text" id="instance" placeholder="yourinstance.tld">
+<input type="text" id="instance" placeholder="yourinstance.tld" value="https://zuggeschmack.de">
 <button onclick="auth()" id="btn">Log in</button>
 <span id="message"></span>
 </body>
-- 
2.47.0