1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

added href so link shows clickable

This commit is contained in:
Kyle Spearrin 2016-11-26 01:03:33 -05:00
parent 2e1fbcf003
commit 7900596380

View File

@ -25,7 +25,7 @@
</div>
</div>
<p class="text-center text-accent">
<a ng-click="lostApp()">{{i18n.lost2FAApp}}</a>
<a href="" ng-click="lostApp()">{{i18n.lost2FAApp}}</a>
</p>
</div>
</form>