fix: unique secret by application

css: redesign secret page
This commit is contained in:
Andras Bacsai
2022-02-12 15:23:58 +01:00
parent e7a6ecf95b
commit 45f920f802
8 changed files with 166 additions and 115 deletions

View File

@@ -28,12 +28,12 @@ export async function login({ email, password }) {
console.log('Network created');
})
.catch(() => {
console.log('Network already exists');
console.log('Network already exists.');
});
startCoolifyProxy('/var/run/docker.sock')
.then(() => {
console.log('Coolify Proxy Started');
console.log('Coolify Proxy started.');
})
.catch((err) => {
console.log(err);