We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbea49 commit 59f0972Copy full SHA for 59f0972
stubs/inertia/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue
@@ -54,8 +54,8 @@ const showQrCode = () => {
54
};
55
56
const showSetupKey = () => {
57
- return axios.get('/user/two-factor-setup-key').then(response => {
58
- setupKey.value = response.data.setupKey;
+ return axios.get('/user/two-factor-secret-key').then(response => {
+ setupKey.value = response.data.secretKey;
59
});
60
}
61
0 commit comments