1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

implement notifications service

This commit is contained in:
Kyle Spearrin
2018-08-20 16:23:55 -04:00
parent 1bf9f76e39
commit 38371d2dec
7 changed files with 28 additions and 6 deletions

View File

@@ -38,6 +38,11 @@
<label for="identityUrl">{{'identityUrl' | i18n}}</label>
<input id="identityUrl" type="text" name="IdentityUrl" [(ngModel)]="identityUrl">
</div>
<div class="box-content-row" appBoxRow>
<label for="notificationsUrl">{{'notificationsUrl' | i18n}}</label>
<input id="notificationsUrl" type="text" name="NotificationsUrl"
[(ngModel)]="notificationsUrl">
</div>
<div class="box-content-row" appBoxRow>
<label for="iconsUrl">{{'iconsUrl' | i18n}}</label>
<input id="iconsUrl" type="text" name="IconsUrl" [(ngModel)]="iconsUrl">