Skip to content

Commit ab1c842

Browse files
authored
Update TwoFactorSetupKeyController.php
1 parent b44609e commit ab1c842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/TwoFactorSetupKeyController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function show(Request $request)
2020
}
2121

2222
return response()->json([
23-
'key' => decrypt($request->user()->two_factor_secret),
23+
'setupKey' => decrypt($request->user()->two_factor_secret),
2424
]);
2525
}
2626
}

0 commit comments

Comments
 (0)