Skip to content

Commit 67315c8

Browse files
committed
Update tooltip
1 parent 632a7af commit 67315c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Thirdweb/Core/Config/ThirdwebConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Thirdweb
55
[CreateAssetMenu(fileName = "ThirdwebConfig", menuName = "Thirdweb/Configuration", order = 1)]
66
public class ThirdwebConfig : ScriptableObject
77
{
8-
[Header("When using OAuth2 (e.g. Google) to login on mobile, you can provide a redirect URL such as 'myapp://'.")]
8+
[Header("When using OAuth2 (e.g. Google) to login on mobile, you can provide a redirect URL such as 'myapp://'.\nMake sure you do a Clean Build every time you update it.")]
99
public string customScheme;
1010
}
1111
}

0 commit comments

Comments
 (0)