Skip to content

Commit 13e440f

Browse files
committed
improvements in ui mainly in verify token view and setup view.
1 parent 8cb4ab0 commit 13e440f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/views/setup.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{{ csrf_field() }}
1515
<div class="alert alert-warning">
1616
Google Authenticator generates 2-Step Verification codes on your phone.
17-
2-Step Verification provides stronger security for your Curiosity Account by requiring a second step of verification when you sign in. In addition to your password, you’ll also need a code generated by the Google Authenticator app on your phone.
17+
2-Step Verification provides stronger security for account by requiring a second step of verification when you sign in. In addition to your password, you’ll also need a code generated by the Google Authenticator app on your phone.
1818
</div>
1919
<div class="form-group text-center">
2020
@if(! $user->is_two_factor_enabled)

resources/views/verify.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</div>
2424
<div class="form-group">
2525
<div class="col-md-8 col-md-offset-4">
26-
<button type="submit" class="btn btn-primary">
26+
<button type="submit" class="btn btn-success">
2727
Confirm
2828
</button>
2929
</div>

0 commit comments

Comments
 (0)