| Index: Source/platform/credentialmanager/PlatformLocalCredential.cpp
|
| diff --git a/Source/platform/credentialmanager/PlatformLocalCredential.cpp b/Source/platform/credentialmanager/PlatformLocalCredential.cpp
|
| index 207b57ececb5f1bd2cc7b8a4b6032cf06400aa69..3a8ccefdcdf0838e91c580e589704c99cb240d37 100644
|
| --- a/Source/platform/credentialmanager/PlatformLocalCredential.cpp
|
| +++ b/Source/platform/credentialmanager/PlatformLocalCredential.cpp
|
| @@ -16,6 +16,7 @@ PlatformLocalCredential::PlatformLocalCredential(const String& id, const String&
|
| : PlatformCredential(id, name, avatarURL)
|
| , m_password(password)
|
| {
|
| + setType("password");
|
| }
|
|
|
| PlatformLocalCredential::~PlatformLocalCredential()
|
|
|