You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-12 00:00:40 +13:00
initial commit
This commit is contained in:
16
src/app/user/verify.html
Normal file
16
src/app/user/verify.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<div *ngIf="success">
|
||||
<h1>Success</h1>
|
||||
|
||||
<div class="section">
|
||||
<p>
|
||||
Your email has been verified. Please <a routerLink="/login">login</a> to your account.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div *ngIf="error">
|
||||
<h1>Verification Error</h1>
|
||||
<div class="section">
|
||||
<p class="error">{{error.message}}</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user