Skip to content

Commit

Permalink
Update StartAuth.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 21, 2023
1 parent d2e31e6 commit 5fc4c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Pages/StartAuth.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const App = {
<h2 class="mb-3 text-2xl font-bold tracking-tight text-gray-900 dark:text-gray-50">Add Features</h2>
<form class="flex flex-wrap">
<div class="p-2 mr-2">
<h4 class="block uppercase text-slate-500 font-semibold my-2">Auth Repository</h4>
<h4 class="block uppercase text-slate-500 font-semibold mb-4">Auth Repository</h4>
<div>
<input id="chkAuthDb" v-model="mixModel['auth-repo']" type="radio" class="h-4 w-4 border-gray-300 text-indigo-600 focus:ring-indigo-600" name="auth-repo" value="auth-db">
<label class="select-none ml-3 text-sm font-medium leading-6 text-gray-900 dark:text-gray-50" for="chkAuthDb">RDBMS</label>
Expand Down

0 comments on commit 5fc4c10

Please sign in to comment.