1
0
mirror of https://github.com/bitwarden/web synced 2026-01-08 03:23:29 +00:00

implement identifier update in org settings (#601)

This commit is contained in:
Kyle Spearrin
2020-08-12 16:46:18 -04:00
committed by GitHub
parent f5034effd2
commit c46af91240
4 changed files with 10 additions and 1 deletions

View File

@@ -22,6 +22,11 @@
<input id="businessName" class="form-control" type="text" name="BusinessName"
[(ngModel)]="org.businessName">
</div>
<div class="form-group">
<label for="identifier">{{'identifier' | i18n}}</label>
<input id="identifier" class="form-control" type="text" name="Identifier"
[(ngModel)]="org.identifier">
</div>
</div>
<div class="col-6">
<app-avatar data="{{org.name}}" dynamic="true" size="75" fontSize="35"></app-avatar>