aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/signup/signup.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-11-16 17:02:21 +0100
committerChocobozzz <me@florianbigard.com>2018-11-16 17:02:21 +0100
commitd8c9996ce2b4de3ef1f2d36f63e461006bab58ed (patch)
treea6ce2cc4f5954fd37dded642d5bab5ee0ce70f93 /client/src/app/signup/signup.component.html
parent58d515e32fe1d0133435b3a5e550c6ff24906fff (diff)
downloadPeerTube-d8c9996ce2b4de3ef1f2d36f63e461006bab58ed.tar.gz
PeerTube-d8c9996ce2b4de3ef1f2d36f63e461006bab58ed.tar.zst
PeerTube-d8c9996ce2b4de3ef1f2d36f63e461006bab58ed.zip
Improve message visibility on signup
Diffstat (limited to 'client/src/app/signup/signup.component.html')
-rw-r--r--client/src/app/signup/signup.component.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/signup/signup.component.html b/client/src/app/signup/signup.component.html
index 531a97814..0207a166e 100644
--- a/client/src/app/signup/signup.component.html
+++ b/client/src/app/signup/signup.component.html
@@ -4,6 +4,7 @@
4 Create an account 4 Create an account
5 </div> 5 </div>
6 6
7 <div *ngIf="info" class="alert alert-info">{{ info }}</div>
7 <div *ngIf="error" class="alert alert-danger">{{ error }}</div> 8 <div *ngIf="error" class="alert alert-danger">{{ error }}</div>
8 9
9 <div class="d-flex justify-content-left flex-wrap"> 10 <div class="d-flex justify-content-left flex-wrap">
@@ -59,7 +60,7 @@
59 </div> 60 </div>
60 </div> 61 </div>
61 62
62 <input type="submit" i18n-value value="Signup" [disabled]="!form.valid"> 63 <input type="submit" i18n-value value="Signup" [disabled]="!form.valid || signupDone">
63 </form> 64 </form>
64 65
65 <div> 66 <div>