-
PassWordViewModel에 있는
```kotlin
private var insertPassWordIndex by mutableStateOf(0)
fun updatePassWordState(passWord: String) {
if (insertPassWordIndex
-
## Description
로그인(회원가입) 페이지에서 두 번 이상 잘못 입력 후 로그인(회원가입) 버튼 클릭 시
알람 메시지가 안 뜨는 문제 해결하자.
## Todo
- [x] 문제 해결.
- [x] 추가 궁금증에 관하여 공부
-
# 비동기 통신 과정에서 발생하는 에러를 처리하는 방법에 관한 질문
## 1. 질문의 배경
비동기 통신 과정에서 발생하는 에러들은 사용자가 알 수 있는 방식으로 처리해주어야 사용성에 문제가 발생하지 않습니다.
그래서 여러 서비스에서는 각종 에러상황을 토스트 메시지나 모달 알림창을 통해 사용자에게 보여줍니다.
그렇다면 에러를 UI에 보여주기 이…
-
When hookstate typings used returns error
Code:
```
export interface PasswordInfo {
password?: string
popupOpen: boolean
}
const passwordState = hookstate(
{
password: undefin…
-
**Researchers discovered that the Passwordstate enterprise password manager made by Australian company Click Studios is affected by serious vulnerabilities that could allow an unauthenticated attack…
-
Multiple high-severity vulnerabilities have been disclosed in Passwordstate password management solution that could be exploited by an unauthenticated remote adversary to obtain a user's plaintext p…
-
![Screen Shot 2021-04-15 at 11 19 42 PM](https://user-images.githubusercontent.com/14309124/114884882-19551000-9e41-11eb-8683-15ef35c9f1f5.png)
Looks like they modified the crypto. Not a bug with …
-
I am attempting to use this library to capture hot flow states after I change them via a function call updating the value. The awaitItem() call never gets the latest item but does get the initial. Am …
-
### Summary
My custom vars plugin is not loaded unless REQUIRES_WHITELIST = False AND the plugin is added to the ANSIBLE_VARS_ENABLED list
### Issue Type
Bug Report
### Component Name
a…
-
```java
try {
ChannelSftp channelSftp = FileSFTPHandlerUtils.getSFTPObject().getSftp();
channelSftp.cd("/output");
InputStream inputStream = channelSftp.get("t…