| Index: Source/platform/credentialmanager/PlatformCredential.cpp
|
| diff --git a/Source/platform/credentialmanager/PlatformCredential.cpp b/Source/platform/credentialmanager/PlatformCredential.cpp
|
| index 1b8a359534c109e82939b4ec4f5ec12d99e263de..f77916b43e6c9576ab66718135a003dc3166556f 100644
|
| --- a/Source/platform/credentialmanager/PlatformCredential.cpp
|
| +++ b/Source/platform/credentialmanager/PlatformCredential.cpp
|
| @@ -16,6 +16,7 @@ PlatformCredential::PlatformCredential(const String& id, const String& name, con
|
| : m_id(id)
|
| , m_name(name)
|
| , m_avatarURL(avatarURL)
|
| + , m_type("credential")
|
| {
|
| }
|
|
|
|
|