1
0
mirror of https://github.com/bitwarden/web synced 2026-01-08 19:44:08 +00:00

Update 2017-02-11T23:23:52.689Z

This commit is contained in:
Kyle Spearrin
2017-02-11 18:23:56 -05:00
parent 09a07a8f2e
commit 111e78cbe1
8 changed files with 219 additions and 162 deletions

View File

@@ -17,10 +17,12 @@
<label for="name">Domains</label> <span>*</span>
<textarea id="domains" name="Domains" ng-model="domains" class="form-control" placeholder="ex. google.com, gmail.com"
style="height: 100px;" required></textarea>
<p class="help-block">
Only "base" domains are allowed. Do not enter subdomains.
For example, enter "google.com" instead of "www.google.com".
Only "base" domains are allowed. Do not enter subdomains. For example, enter "google.com" instead of
"www.google.com".
</p>
<p class="help-block">
You can also enter "androidapp://package.name" to associate an android app with other website domains.
</p>
</div>
</div>