Skip to content

Commit

Permalink
fix random password generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tkooda committed Apr 1, 2016
1 parent 23776c1 commit 0ebf85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script type="text/javascript" src="https://cdn.rawgit.com/45678/base58/master/Base58.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/jprichardson/secure-random/master/lib/secure-random.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jshashes/1.0.5/hashes.min.js"></script>
<script type="text/javascript" src="/static/random-password.js"></script>
<script type="text/javascript" src="/temporalpw/static/random-password.js"></script>
</head>
<body>

Expand Down

0 comments on commit 0ebf85b

Please sign in to comment.