mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 01:22:12 +03:00
Set gravatar protocol explicitly
This commit is contained in:
parent
2c590c5e9e
commit
9061563605
@ -5,7 +5,7 @@
|
||||
export let alt: string | undefined = undefined;
|
||||
export let rating = 'g';
|
||||
export let md55 = '';
|
||||
export let protocol = '//';
|
||||
export let protocol = 'https://';
|
||||
export let email: string | undefined;
|
||||
export let domain = 'en.gravatar.com';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user