Skip to content

Commit a38ac14

Browse files
committed
change demo password
1 parent 0f42fc6 commit a38ac14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/loginprompt.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
class="mt-5"
2828
>
2929
User: <b>demo/reader</b><br>
30-
Pass: <b>123456</b>
30+
Pass: <b>kubero</b>
3131
</v-alert>
3232
<div v-if="authMethods.local" class="py-5">
3333
<v-alert
@@ -126,7 +126,7 @@ export default defineComponent({
126126
const demoDomain = demoDomains.includes(window.location.hostname)
127127
if (demoDomain) {
128128
this.username = 'demo';
129-
this.password = '123456';
129+
this.password = 'kubero';
130130
}
131131
return demoDomain;
132132
}

0 commit comments

Comments
 (0)