|
@ -10,22 +10,22 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<p class="mt-3"> |
|
|
<p class="mt-3"> |
|
|
Create your admin account |
|
|
{{ $t("Create your admin account") }} |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
<div class="form-floating"> |
|
|
<div class="form-floating"> |
|
|
<input id="floatingInput" v-model="username" type="text" class="form-control" placeholder="Username" required> |
|
|
<input id="floatingInput" v-model="username" type="text" class="form-control" placeholder="Username" required> |
|
|
<label for="floatingInput">Username</label> |
|
|
<label for="floatingInput">{{ $t("Username") }}</label> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="form-floating mt-3"> |
|
|
<div class="form-floating mt-3"> |
|
|
<input id="floatingPassword" v-model="password" type="password" class="form-control" placeholder="Password" required> |
|
|
<input id="floatingPassword" v-model="password" type="password" class="form-control" placeholder="Password" required> |
|
|
<label for="floatingPassword">Password</label> |
|
|
<label for="floatingPassword">{{ $t("Password") }}</label> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="form-floating mt-3"> |
|
|
<div class="form-floating mt-3"> |
|
|
<input id="repeat" v-model="repeatPassword" type="password" class="form-control" placeholder="Repeat Password" required> |
|
|
<input id="repeat" v-model="repeatPassword" type="password" class="form-control" placeholder="Repeat Password" required> |
|
|
<label for="repeat">Repeat Password</label> |
|
|
<label for="repeat">{{ $t("Repeat Password") }}</label> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<button class="w-100 btn btn-primary mt-3" type="submit" :disabled="processing"> |
|
|
<button class="w-100 btn btn-primary mt-3" type="submit" :disabled="processing"> |
|
|