Skip to content

Commit d7be428

Browse files
authored
[auth] redirect to vim/neovim specific page (Exafunction#2)
1 parent 396c189 commit d7be428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/codeium/command.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function! s:commands.Auth(...) abort
5656
endif
5757

5858
let uuid = trim(s:Uuid())
59-
let url = 'https://www.codeium.com/profile?response_type=token&redirect_uri=show-auth-token&state=' . uuid . '&scope=openid%20profile%20email&redirect_parameters_type=query'
59+
let url = 'https://www.codeium.com/profile?response_type=token&redirect_uri=vim-show-auth-token&state=' . uuid . '&scope=openid%20profile%20email&redirect_parameters_type=query'
6060
let browser = codeium#command#BrowserCommand()
6161
let opened_browser = v:false
6262
if !empty(browser)

0 commit comments

Comments
 (0)