summaryrefslogtreecommitdiff
path: root/src/pages/forgot-password.jsx
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-04-11 11:06:38 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-04-11 11:06:38 +0700
commit3df233e0c23e7d4503931ab6ec8ffc41642ac104 (patch)
treeccc032defe422f5fafc4a08af672833b2fe41835 /src/pages/forgot-password.jsx
parent006c77a85786c24199db157d1d70f48b47311d35 (diff)
parentf0a720441def88187b3913268238c379362fb9d3 (diff)
Merge branch 'master' into development_tri/feedback_UAT
Diffstat (limited to 'src/pages/forgot-password.jsx')
-rw-r--r--src/pages/forgot-password.jsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pages/forgot-password.jsx b/src/pages/forgot-password.jsx
index 6211d237..23239363 100644
--- a/src/pages/forgot-password.jsx
+++ b/src/pages/forgot-password.jsx
@@ -91,7 +91,11 @@ const FormComponent = () => {
placeholder='Masukan alamat email'
autoFocus
/>
- <button type='submit' disabled={!email || isLoading} className='btn-yellow font-semibold mt-4 w-full'>
+ <button
+ type='submit'
+ disabled={!email || isLoading}
+ className='btn-yellow font-semibold mt-4 w-full'
+ >
{isLoading ? 'Loading...' : 'Kirim Permintaan'}
</button>
</form>