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 129da72 commit 6c5361bCopy full SHA for 6c5361b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cube-password",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"main": "index.js",
5
"repository": "git@github.com:HoPGoldy/cube-password.git",
6
"author": "HoPGoldy <hpgless@outlook.com>",
src/client/pages/login.tsx
@@ -146,7 +146,7 @@ const Login = () => {
146
<Button
147
size='large'
148
block
149
- disabled={isLogin}
+ loading={isLogin}
150
type='primary'
151
style={{ background: appConfig?.buttonColor }}
152
onClick={onSubmit}>
0 commit comments