mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 12:26:19 +00:00
chore: update golangci-lint config
This commit is contained in:
@ -28,7 +28,7 @@ const SignIn: React.FC = () => {
|
||||
}
|
||||
|
||||
if (mode === "demo") {
|
||||
setEmail("steven@usememos.com");
|
||||
setEmail("steven@yourselfhosted.com");
|
||||
setPassword("secret");
|
||||
}
|
||||
}, []);
|
||||
|
Reference in New Issue
Block a user