1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

cc details on org create

This commit is contained in:
Kyle Spearrin
2017-04-04 10:14:54 -04:00
parent 751935e90b
commit ebb1044c43
9 changed files with 433 additions and 28 deletions

View File

@@ -7,6 +7,7 @@
<title page-title>bitwarden.com Password Manager</title>
<script src="https://js.stripe.com/v2/"></script>
<!-- @if true !>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<meta name="x-stylesheet-test-bs" content="" class="invisible" />
@@ -73,6 +74,8 @@
<script src="lib/ngclipboard/ngclipboard.js"></script>
<script src="lib/angulartics/angulartics.js"></script>
<script src="lib/angulartics/angulartics-ga.js"></script>
<script src="lib/angular-stripe/angular-stripe.js"></script>
<script src="lib/angular-credit-cards/angular-credit-cards.js"></script>
<script src="app/app.js"></script>
<script src="app/settings.js"></script>