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

Moved domain rules page out from modal into it's own page

This commit is contained in:
Kyle Spearrin
2017-02-11 16:46:24 -05:00
parent 3f6637eb8f
commit 55a5fd49dc
7 changed files with 117 additions and 109 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>