## Description GoTrue fails to decode `UserIdentity.provider` entity. ## Fix Add `Provider` case `phone` ``` public enum Provider: String, Codable, CaseIterable { case phone } ```